summaryrefslogtreecommitdiff
path: root/AudioManagerDaemon/include/IAmDatabaseHandler.h
diff options
context:
space:
mode:
authorChristian Linke <christian.linke@bmw.de>2014-12-09 18:58:37 +0100
committerChristian Linke <christian.linke@bmw.de>2014-12-09 18:58:37 +0100
commit63be7f57888467a1d8afe90136c9dd435a2a7278 (patch)
tree2a03dbc432d79db50fc00f79b1242807d44850d0 /AudioManagerDaemon/include/IAmDatabaseHandler.h
parentc43d2f869946642e173554923904e6c92881a008 (diff)
downloadaudiomanager-63be7f57888467a1d8afe90136c9dd435a2a7278.tar.gz
* shift config.h file to build directory - just make it cleaner
* change order of compilation - include projectspecific stuff earlier now * make dynamic ID boundary setable via cmake Signed-off-by: Christian Linke <christian.linke@bmw.de>
Diffstat (limited to 'AudioManagerDaemon/include/IAmDatabaseHandler.h')
-rw-r--r--AudioManagerDaemon/include/IAmDatabaseHandler.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/AudioManagerDaemon/include/IAmDatabaseHandler.h b/AudioManagerDaemon/include/IAmDatabaseHandler.h
index e053635..ba387e2 100644
--- a/AudioManagerDaemon/include/IAmDatabaseHandler.h
+++ b/AudioManagerDaemon/include/IAmDatabaseHandler.h
@@ -28,6 +28,7 @@
#include <string>
#include <iostream>
#include <functional>
+#include "config.h"
namespace am
{
@@ -37,7 +38,7 @@ class CAmRoutingTree;
class CAmRoutingTreeItem;
-enum { DYNAMIC_ID_BOUNDARY = 100 }; //!< the value below is reserved for staticIDs, the value above will be assigned to dynamically registered items
+//enum { DYNAMIC_ID_BOUNDARY = 100 }; //!< the value below is reserved for staticIDs, the value above will be assigned to dynamically registered items
//todo: check the enum values before entering & changing in the database.
//todo: change asserts for dynamic boundary checks into failure answers.#