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