gusucode.com > 通用协议编解码模块C#源码程序 > 通用协议编解码模块/codec_src/Codec_src/Test/CodecTest/MsgNode.cpp

    // MsgNode.cpp: implementation of the CMsgNode class.
//
//////////////////////////////////////////////////////////////////////

#include "stdafx.h"
#include "CodecTest.h"
#include "MsgNode.h"

#ifdef _DEBUG
#undef THIS_FILE
static char THIS_FILE[]=__FILE__;
#define new DEBUG_NEW
#endif

//////////////////////////////////////////////////////////////////////
// Construction/Destruction
//////////////////////////////////////////////////////////////////////

CMsgNode::CMsgNode()
{

}

CMsgNode::~CMsgNode()
{

}