Gray C++ Libraries  0.0.2
A set of C++ libraries for MSVC, GNU on Windows, WinCE, Linux
cPingWebAPIController.h
Go to the documentation of this file.
1 //
4 //
5 
6 #ifndef _INC_cPingWebAPIController_H
7 #define _INC_cPingWebAPIController_H
8 #ifndef NO_PRAGMA_ONCE
9 #pragma once
10 #endif
11 
12 #include "cPingCommon.h"
13 #include "../Http/cWebAPIController.h"
14 
15 namespace GrayLib
16 {
17  class cPingServer;
18 
19  class GRAYLIB_LINK cPingWebAPIController : public cWebAPIController // IPingProtocol
20  {
26 
27  const cPingServer& m_PingServer; // The ping server we supplement.
28 
29  public:
30  cPingWebAPIController(const cPingServer& pingServer);
32 
33  };
34 
35 }
36 
37 #endif
#define GRAYLIB_LINK
Definition: GrayLibBase.h:35
Definition: cPingServer.h:20
Definition: cPingWebAPIController.h:20
Definition: cWebAPIController.h:22
Definition: cMesh.h:22