⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 cbillingpacketresponseminuspointbody.h

📁 天之炼狱1服务器端源文件游戏服务端不完整
💻 H
字号:
//////////////////////////////////////////////////////////////////////////// filename		: CBillingPacketResponseMinusPointBody.h//////////////////////////////////////////////////////////////////////////#ifndef __CBILLING_PACKET_RESPONSE_MINUS_POINT_BODY__#define __CBILLING_PACKET_RESPONSE_MINUS_POINT_BODY__//include files#include "Exception.h"#include "CBillingInfo.h"// forward declarationclass SocketInputStream;class SocketOutputStream;///////////////////////////////////////////////////// class CBillingPacketResponseMinusPointBody///////////////////////////////////////////////////class CBillingPacketResponseMinusPointBody : public CBillingPacketResponseMinusPointBodyInfo{public:	// constructor	CBillingPacketResponseMinusPointBody() 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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -