📄 extraslotinfo.h
字号:
//////////////////////////////////////////////////////////////////////////////// Filename : ExtraSlotInfo.h// Written By : elca// Description :// 敲饭捞绢狼 付快胶俊 崔妨乐绰 酒捞袍俊 措茄 沥焊甫 啊瘤绊 傈价登绰// 菩哦捞促.//////////////////////////////////////////////////////////////////////////////#ifndef __EXTRA_SLOT_INFO_H__#define __EXTRA_SLOT_INFO_H__#include "Types.h"#include "Exception.h"#include "SocketInputStream.h"#include "SocketOutputStream.h"#include "PCItemInfo.h"//////////////////////////////////////////////////////////////////////////////// class ExtraSlotInfo//////////////////////////////////////////////////////////////////////////////class ExtraSlotInfo : public PCItemInfo {public: ExtraSlotInfo(); virtual ~ExtraSlotInfo();public: void read (SocketInputStream & iStream) throw (ProtocolException, Error); void write (SocketOutputStream & oStream) const throw (ProtocolException, Error); string toString () const throw ();};#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -