cgshoprequestlist.cpp
来自「天之炼狱1服务器端源文件游戏服务端不完整」· C++ 代码 · 共 54 行
CPP
54 行
//////////////////////////////////////////////////////////////////////////////// Filename : CGShopRequestList.cpp // Written By : 辫己刮// Description :// 敲饭捞绢啊 啊瘤绊 乐绰 惑痢 滚傈苞 辑滚啊 啊瘤绊 勒绰 惑痢狼 // 滚傈捞 促甫 版快, 敲饭捞绢绰 辑滚俊霸 惑前狼 府胶飘甫 // 夸没窍霸 等促. 捞 菩哦篮 弊锭 焊郴霸 登绰 菩哦捞促.//////////////////////////////////////////////////////////////////////////////#include "CGShopRequestList.h"void CGShopRequestList::read (SocketInputStream & iStream) throw (ProtocolException , Error){ __BEGIN_TRY iStream.read(m_ObjectID); iStream.read(m_RackType); __END_CATCH} void CGShopRequestList::write (SocketOutputStream & oStream) const throw (ProtocolException , Error){ __BEGIN_TRY oStream.write(m_ObjectID); oStream.write(m_RackType); __END_CATCH}void CGShopRequestList::execute (Player* pPlayer) throw (ProtocolException , Error){ __BEGIN_TRY CGShopRequestListHandler::execute (this , pPlayer); __END_CATCH}string CGShopRequestList::toString () const throw (){ StringStream msg; msg << "CGShopRequestList(" << "ObjectID:" << (int)m_ObjectID << "RackType:" << (int)m_RackType << ")"; return msg.toString();}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?