gauthd
 
Loading...
Searching...
No Matches
D:/pwsrc2.0/docs/gauthd/gmkickoutuser.hpp
Go to the documentation of this file.
1
10
11 #ifndef __GNET_GMKICKOUTUSER_HPP
12 #define __GNET_GMKICKOUTUSER_HPP
13
14 #include "rpcdefs.h"
15 #include "callid.hxx"
16 #include "state.hxx"
17
18 namespace GNET
19 {
20
29 class GMKickoutUser : public GNET::Protocol
30 {
31 #include "gmkickoutuser"
32
43 void Process(Manager *manager, Manager::Session::ID sid)
44 {
45 // TODO
46 }
47 };
48
49 };
50
51 #endif
Протокол для принудительного отключения пользователя Game Master'ом (GM)
Основное пространство имен для сетевых компонентов системы.