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