ucupdatehandler.cpp
来自「天之炼狱1服务器端源文件游戏服务端不完整」· C++ 代码 · 共 41 行
CPP
41 行
//--------------------------------------------------------------------------------//// Filename : UCUpdateHandler.cpp// Written By : Reiot// Description : ////--------------------------------------------------------------------------------// include files#include "UCUpdate.h"#ifdef __UPDATE_CLIENT__/* #include <stdio.h> #include <sys/types.h> #include <fcntl.h> #include <unistd.h> #include <errno.h>*/ #include "Assert.h" #include "Properties.h" #include "Resource.h" #include "ResourceManager.h" #include "UpdateManager.h" #include "Upackets/CUEndUpdate.h" #include "Upackets/CURequest.h"#endif//--------------------------------------------------------------------------------//--------------------------------------------------------------------------------void UCUpdateHandler::execute ( UCUpdate * pPacket , Player * pPlayer ) throw ( ProtocolException , Error ){ __BEGIN_TRY __END_CATCH}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?