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