📄 cbillingpacketrequestloginbody.h
字号:
//////////////////////////////////////////////////////////////////////////// filename : CBillingPacketRequestLoginBody.h//////////////////////////////////////////////////////////////////////////#ifndef __CBILLING_PACKET_REQUEST_LOGIN_BODY__#define __CBILLING_PACKET_REQUEST_LOGIN_BODY__//include files#include "Exception.h"#include "CBillingInfo.h"// forward declarationclass SocketInputStream;class SocketOutputStream;///////////////////////////////////////////////////// class CBillingPacketRequestLoginBody///////////////////////////////////////////////////class CBillingPacketRequestLoginBody : public CBillingPacketRequestLoginBodyInfo{public: // constructor CBillingPacketRequestLoginBody() 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 + -