Bugfix can't read PredefinedTopicList file

Signed-off-by: tomoaki <tomoaki@tomy-tech.com>
This commit is contained in:
tomoaki
2020-02-23 17:35:06 +09:00
parent f57d391b16
commit 6a8cdba186
3 changed files with 20 additions and 14 deletions

View File

@@ -160,8 +160,8 @@ public:
char* rootCApath {nullptr};
char* rootCAfile {nullptr};
char* certKey {nullptr};
char* privateKey {nullptr};
char* predefinedTopicFileName {nullptr};
char* privateKey {nullptr};
char* qosMinusClientListName {nullptr};
bool clientAuthentication {false};
};
@@ -190,6 +190,9 @@ public:
GatewayParams* getGWParams(void);
AdapterManager* getAdapterManager(void);
int getParam(const char* parameter, char* value);
char* getClientListFileName(void);
char* getPredefinedTopicFileName(void);
bool hasSecureConnection(void);
Topics* getTopics(void);