mirror of
https://github.com/pocoproject/poco.git
synced 2025-11-27 09:39:08 +01:00
only style changes
This commit is contained in:
@@ -35,6 +35,7 @@
|
||||
// DEALINGS IN THE SOFTWARE.
|
||||
//
|
||||
|
||||
|
||||
#ifndef MongoDB_MessageHeader_INCLUDED
|
||||
#define MongoDB_MessageHeader_INCLUDED
|
||||
|
||||
@@ -43,9 +44,6 @@
|
||||
#include "Poco/MongoDB/MessageHeader.h"
|
||||
|
||||
|
||||
#define MSG_HEADER_SIZE 16
|
||||
|
||||
|
||||
namespace Poco {
|
||||
namespace MongoDB {
|
||||
|
||||
@@ -55,6 +53,8 @@ class MongoDB_API MessageHeader
|
||||
/// or response of MongoDB
|
||||
{
|
||||
public:
|
||||
static const unsigned int MSG_HEADER_SIZE = 16;
|
||||
|
||||
typedef enum
|
||||
{
|
||||
Reply = 1
|
||||
|
||||
Reference in New Issue
Block a user