Integrate the legacy context-common code and headers (1/2) 53/122053/1
authorMu-Woong Lee <muwoong.lee@samsung.com>
Thu, 30 Mar 2017 04:46:58 +0000 (13:46 +0900)
committerMu-Woong Lee <muwoong.lee@samsung.com>
Thu, 30 Mar 2017 04:46:58 +0000 (13:46 +0900)
commit86f6d1500a3659a3dacb55646079fa9de67ea51f
treeefce46e892f1647d19a6794ba713368ebc4cb5d5
parent98532e1e70504622b7afda1a5284464b3d18fe51
Integrate the legacy context-common code and headers (1/2)

This patch just imports the legacy code files.

Change-Id: I6acd7303a4792faf864ef3e77e84bff35217fe64
Signed-off-by: Mu-Woong Lee <muwoong.lee@samsung.com>
45 files changed:
common/client/CMakeLists.txt [new file with mode: 0644]
common/client/DBusClient.cpp [new file with mode: 0644]
common/client/IDBusClientListener.cpp [new file with mode: 0644]
common/include/ContextProvider.h [new file with mode: 0644]
common/include/CustomRegister.h [new file with mode: 0644]
common/include/DBusClient.h [new file with mode: 0644]
common/include/DBusSignalWatcher.h [new file with mode: 0644]
common/include/DBusTypes.h [new file with mode: 0644]
common/include/DatabaseManager.h [new file with mode: 0644]
common/include/ErrorTypes.h [new file with mode: 0644]
common/include/EventDrivenThread.h [new file with mode: 0644]
common/include/IContextManager.h [new file with mode: 0644]
common/include/ICustomRegister.h [new file with mode: 0644]
common/include/IDBusClientListener.h [new file with mode: 0644]
common/include/IDBusSignalListener.h [new file with mode: 0644]
common/include/IDatabaseListener.h [new file with mode: 0644]
common/include/ITimerListener.h [new file with mode: 0644]
common/include/Json.h [new file with mode: 0644]
common/include/MyPlaceTypes.h [new file with mode: 0644]
common/include/ProviderTypes.h [new file with mode: 0644]
common/include/ScopeMutex.h [new file with mode: 0644]
common/include/SensorRecorderTypes.h [new file with mode: 0644]
common/include/SharedVars.h [new file with mode: 0644]
common/include/TimerManager.h [new file with mode: 0644]
common/include/TriggerRuleTypes.h [new file with mode: 0644]
common/include/TriggerTypes.h [new file with mode: 0644]
common/include/Types.h [new file with mode: 0644]
common/server/CMakeLists.txt [new file with mode: 0644]
common/server/ContextProvider.cpp [new file with mode: 0644]
common/server/CustomRegistser.cpp [new file with mode: 0644]
common/server/DBusSignalWatcher.cpp [new file with mode: 0644]
common/server/DatabaseManager.cpp [new file with mode: 0644]
common/server/DatabaseThread.cpp [new file with mode: 0644]
common/server/DatabaseThread.h [new file with mode: 0644]
common/server/EventDrivenThread.cpp [new file with mode: 0644]
common/server/IContextManager.cpp [new file with mode: 0644]
common/server/IDBusSignalListener.cpp [new file with mode: 0644]
common/server/IDatabaseListener.cpp [new file with mode: 0644]
common/server/ITimerListener.cpp [new file with mode: 0644]
common/server/SharedVars.cpp [new file with mode: 0644]
common/server/TimerManager.cpp [new file with mode: 0644]
common/shared/CMakeLists.txt [new file with mode: 0644]
common/shared/Json.cpp [new file with mode: 0644]
common/shared/MyPlaceTypes.cpp [new file with mode: 0644]
common/shared/ScopeMutex.cpp [new file with mode: 0644]