gauthd
 
Loading...
Searching...
No Matches
D:/pwsrc2.0/docs/gauthd/queryuserforbid.hpp
Go to the documentation of this file.
1
5
6 #ifndef __GNET_QUERYUSERFORBID_HPP
7 #define __GNET_QUERYUSERFORBID_HPP
8
9 #include "rpcdefs.h"
10 #include "callid.hxx"
11 #include "state.hxx"
12
13 namespace GNET
14 {
15
24 class QueryUserForbid : public GNET::Protocol
25 {
26 // Включение автоматически сгенерированных членов класса
27 #include "queryuserforbid"
28
38 void Process(Manager *manager, Manager::Session::ID sid)
39 {
40 // TODO: Реализовать логику обработки запроса
41 }
42 };
43
44 }; // namespace GNET
45
46 #endif // __GNET_QUERYUSERFORBID_HPP
Протокол для запроса информации о блокировке пользователя
Основное пространство имен для сетевых компонентов системы.