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