cbillingpacketerrorbody.h

来自「天之炼狱1服务器端源文件游戏服务端不完整」· C头文件 代码 · 共 36 行

H
36
字号
//////////////////////////////////////////////////////////////////////////// filename		: CBillingPacketErrorBody.h//////////////////////////////////////////////////////////////////////////#ifndef __CBILLING_PACKET_ERROR_BODY__#define __CBILLING_PACKET_ERROR_BODY__//include files#include "Exception.h"#include "CBillingInfo.h"// forward declarationclass SocketInputStream;class SocketOutputStream;///////////////////////////////////////////////////// class CBillingPacketErrorBody///////////////////////////////////////////////////class CBillingPacketErrorBody : public CBillingPacketErrorBodyInfo{public:	// constructor	CBillingPacketErrorBody() throw ();public:	void read( SocketInputStream& iStream ) throw ( ProtocolException, Error );	void write( SocketOutputStream& oStream ) throw ( ProtocolException, Error );	string toString() const throw ();};#endif

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?