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