gauthd
 
Loading...
Searching...
No Matches
D:/pwsrc2.0/docs/gauthd/authdversion.hpp
Go to the documentation of this file.
1
8
9 #ifndef __GNET_AUTHDVERSION_HPP
10 #define __GNET_AUTHDVERSION_HPP
11
12 #include "rpcdefs.h"
13 #include "callid.hxx"
14 #include "state.hxx"
15
16 namespace GNET
17 {
18
27 class AuthdVersion : public GNET::Protocol
28 {
29 #include "authdversion"
30
31 public:
40 void Process(Manager *manager, Manager::Session::ID sid)
41 {
42 // TODO: Добавить реализацию обработки версии
43 }
44 };
45
46 }; // namespace GNET
47
48 #endif // __GNET_AUTHDVERSION_HPP
Класс протокола для обработки версии аутентификационного демона.
void Process(Manager *manager, Manager::Session::ID sid)
< Включение автоматически сгенерированных полей протокола
Основное пространство имен для сетевых компонентов системы.