Report controllerInstanceId in all objects so that controller resets can be easily detected by whatever is using the service.

This commit is contained in:
Adam Ierymenko 2015-07-21 10:39:29 -07:00
parent cac6be87ba
commit 649a12472b
2 changed files with 19 additions and 15 deletions

View file

@ -96,6 +96,7 @@ private:
std::string &responseContentType);
std::string _dbPath;
std::string _instanceId;
sqlite3 *_db;
sqlite3_stmt *_sGetNetworkById;