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