mirror of
https://github.com/pocoproject/poco.git
synced 2025-03-29 21:22:11 +01:00
#3363: Fixed compilation error with MongoDB::Connection and Util::Application
This commit is contained in:
parent
931143df85
commit
f71cc32f0b
@ -26,8 +26,11 @@ namespace Poco {
|
||||
namespace MongoDB {
|
||||
|
||||
|
||||
class Message; // Required to disambiguate friend declaration in MessageHeader.
|
||||
|
||||
|
||||
class MongoDB_API MessageHeader
|
||||
/// Represents the message header which is always prepended to a
|
||||
/// Represents the message header which is always prepended to a
|
||||
/// MongoDB request or response message.
|
||||
{
|
||||
public:
|
||||
@ -70,7 +73,7 @@ public:
|
||||
/// Sets the request ID of the current message.
|
||||
|
||||
Int32 responseTo() const;
|
||||
/// Returns the request id from the original request.
|
||||
/// Returns the request id from the original request.
|
||||
|
||||
private:
|
||||
void setMessageLength(Int32 length);
|
||||
|
Loading…
x
Reference in New Issue
Block a user