Gray C++ Libraries  0.0.2
A set of C++ libraries for MSVC, GNU on Windows, WinCE, Linux
cPingWebAPI.h
Go to the documentation of this file.
1 //
4 //
5 
6 #ifndef _INC_cPingWebAPI_H
7 #define _INC_cPingWebAPI_H
8 #ifndef NO_PRAGMA_ONCE
9 #pragma once
10 #endif
11 
12 #include "cPingCommon.h"
13 #include "../Http/cWebAPIClient.h"
14 
15 namespace GrayLib
16 {
17  UNITTEST2_PREDEF(cPingWebAPI);
18 
19  class GRAYLIB_LINK cPingWebAPI : public cWebAPIClient // public IPingProtocol
20  {
25 
26  UNITTEST_FRIEND(cPingWebAPI);
27  };
28 }
29 
30 #endif
31 
#define GRAYLIB_LINK
Definition: GrayLibBase.h:35
#define UNITTEST_FRIEND(n)
Define this in the class body to be unit tested. Allow the unit test to access private/protected stuf...
Definition: cUnitTestDecl.h:17
Definition: cWebAPIClient.h:21
Definition: cMesh.h:22
UNITTEST2_PREDEF(cQuadtree)