gauthd
 
Loading...
Searching...
No Matches
D:/pwsrc2.0/docs/gauthd/verifymaster.hpp
Go to the documentation of this file.
1
2#ifndef __GNET_VERIFYMASTER_HPP
3#define __GNET_VERIFYMASTER_HPP
4
5#include "rpcdefs.h"
6#include "callid.hxx"
7#include "state.hxx"
8
9
10namespace GNET
11{
12
13class VerifyMaster : public GNET::Protocol
14{
15 #include "verifymaster"
16
17 void Process(Manager *manager, Manager::Session::ID sid)
18 {
19 // TODO
20 }
21};
22
23};
24
25#endif
Основное пространство имен для сетевых компонентов системы.