Gray C++ Libraries
0.0.2
A set of C++ libraries for MSVC, GNU on Windows, WinCE, Linux
cClientConfig.h
Go to the documentation of this file.
1
//
4
//
5
6
#ifndef _INC_cClientConfig_H
7
#define _INC_cClientConfig_H
8
#ifndef NO_PRAGMA_ONCE
9
#pragma once
10
#endif
11
12
#include "../GrayLibBase.h"
13
#include "../Proto/cSecureChannel.h"
14
15
namespace
GrayLib
16
{
17
class
GRAYLIB_LINK
cClientConfig
18
{
25
public
:
26
cClientConfig
();
27
~
cClientConfig
();
28
29
HRESULT
OpenConnection(
const
char
* pszNodeName,
const
char
* pszAppName,
const
char
* pszInst,
const
char
* pszPass);
30
HRESULT
QueryConfig(
const
char
* pszDataType);
31
32
// Subscribe to changes to the config data.
33
34
void
OnQueryResponse();
35
36
UNITTEST_FRIEND
(
cClientConfig
);
37
};
38
};
39
40
#endif
// _INC_cClientConfig_H
GRAYLIB_LINK
#define GRAYLIB_LINK
Definition:
GrayLibBase.h:35
HRESULT
INT32 HRESULT
_WIN32 style error codes. INT32
Definition:
SysTypes.h:465
GrayLib::cClientConfig
Definition:
cClientConfig.h:18
GrayLib::cClientConfig::UNITTEST_FRIEND
UNITTEST_FRIEND(cClientConfig)
GrayLib
Definition:
cMesh.h:22
GrayLib
include
Cluster
cClientConfig.h
Generated on Tue Feb 2 2021 11:29:37 for Gray C++ Libraries by
1.9.1