📄 cbillingpacketresponseminuspointbody.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 + -