Skip to content

Commit

Permalink
#3363: Fixed compilation error with MongoDB::Connection and Util::App…
Browse files Browse the repository at this point in the history
…lication
  • Loading branch information
obiltschnig committed Nov 5, 2021
1 parent 931143d commit f71cc32
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions MongoDB/include/Poco/MongoDB/MessageHeader.h
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -70,7 +73,7 @@ class MongoDB_API MessageHeader
/// 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);
Expand Down

0 comments on commit f71cc32

Please sign in to comment.