summaryrefslogtreecommitdiff
path: root/include/CommonAPI
diff options
context:
space:
mode:
authorDirk Huss <dirk_huss@mentor.com>2016-04-08 10:41:00 +0200
committerDirk Huss <dirk_huss@mentor.com>2016-04-08 10:41:00 +0200
commit1c158272e2ee4b93021a97ac3b5c207a137b0d2c (patch)
treeb27d937fad635fde5a43f40300b4737e6ad30f98 /include/CommonAPI
parent9345fac016a33c61175e4a06675c20d8590dc201 (diff)
downloadgenivi-common-api-runtime-1c158272e2ee4b93021a97ac3b5c207a137b0d2c.tar.gz
CommonAPI 3.1.7.1
Diffstat (limited to 'include/CommonAPI')
-rw-r--r--include/CommonAPI/Logger.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/CommonAPI/Logger.hpp b/include/CommonAPI/Logger.hpp
index 71c4d23..52a55bf 100644
--- a/include/CommonAPI/Logger.hpp
+++ b/include/CommonAPI/Logger.hpp
@@ -185,6 +185,7 @@ private:
#ifdef USE_DLT
static bool useDlt_;
DLT_DECLARE_CONTEXT(dlt_);
+ bool ownAppID_;
#endif
};