Gray C++ Libraries  0.0.2
A set of C++ libraries for MSVC, GNU on Windows, WinCE, Linux
cClientAddrObj.h
Go to the documentation of this file.
1 //
4 //
5 #ifndef _INC_cClientAddrObj_H
6 #define _INC_cClientAddrObj_H
7 #ifndef NO_PRAGMA_ONCE
8 #pragma once
9 #endif
10 
11 #include "../XObject/cXObjDef.h"
12 #include "../Net/cNetAddrTracker.h"
13 
14 namespace GrayLib
15 {
16  class GRAYLIB_LINK cClientAddrObj : public cNetAddrTracker // cXObjDef
17  {
20  public:
21  cClientAddrObj(const cNetAddress& addr);
22  ~cClientAddrObj();
23 
24  // s_PropPut();
25  // s_PropGet();
26  };
27 };
28 #endif
#define GRAYLIB_LINK
Definition: GrayLibBase.h:35
Definition: cClientAddrObj.h:17
Definition: cNetAddrTracker.h:25
Definition: cNetAddr.h:31
Definition: cMesh.h:22