gauthd
 
Loading...
Searching...
No Matches
D:/pwsrc2.0/docs/gauthd/billingbalance.hpp
Go to the documentation of this file.
1
6
7 #ifndef __GNET_BILLINGBALANCE_HPP
8 #define __GNET_BILLINGBALANCE_HPP
9
10 #include "rpcdefs.h"
11 #include "callid.hxx"
12 #include "state.hxx"
13
14 namespace GNET
15 {
16
24 class BillingBalance : public GNET::Protocol
25 {
26 #include "billingbalance"
27
42 void Process(Manager *manager, Manager::Session::ID sid)
43 {
44 // TODO: Реализовать обработку запроса баланса
45 }
46 };
47
48 };
49
50 #endif
Класс протокола для работы с балансом биллинговой системы
Основное пространство имен для сетевых компонентов системы.