Gray C++ Libraries  0.0.2
A set of C++ libraries for MSVC, GNU on Windows, WinCE, Linux
cDynDNSClient.h
Go to the documentation of this file.
1 //
4 //
5 
6 #ifndef _INC_cDynDNSClient_H
7 #define _INC_cDynDNSClient_H
8 #ifndef NO_PRAGMA_ONCE
9 #pragma once
10 #endif
11 
12 #include "../Http/cHttpCommon.h"
13 
14 namespace GrayLib
15 {
17  {
21  public:
22  cDynDNSClient(void);
23  virtual ~cDynDNSClient(void);
24  };
25 };
26 
27 #endif
Definition: cDynDNSClient.h:17
virtual ~cDynDNSClient(void)
Definition: cDynDNSClient.cpp:14
cDynDNSClient(void)
Definition: cDynDNSClient.cpp:10
Definition: cMesh.h:22