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);
31
~
cPingWebAPIController
();
32
33
};
34
35
}
36
37
#endif
GRAYLIB_LINK
#define GRAYLIB_LINK
Definition:
GrayLibBase.h:35
cPingCommon.h
GrayLib::cPingServer
Definition:
cPingServer.h:20
GrayLib::cPingWebAPIController
Definition:
cPingWebAPIController.h:20
GrayLib::cWebAPIController
Definition:
cWebAPIController.h:22
GrayLib
Definition:
cMesh.h:22
GrayLib
include
Proto
cPingWebAPIController.h
Generated on Tue Feb 2 2021 11:29:43 for Gray C++ Libraries by
1.9.1