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 {
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 
37  };
38 };
39 
40 #endif // _INC_cClientConfig_H
#define GRAYLIB_LINK
Definition: GrayLibBase.h:35
INT32 HRESULT
_WIN32 style error codes. INT32
Definition: SysTypes.h:465
Definition: cClientConfig.h:18
UNITTEST_FRIEND(cClientConfig)
Definition: cMesh.h:22