Add skeletons of the user-session agents 80/141280/4
authorMu-Woong Lee <muwoong.lee@samsung.com>
Sun, 30 Jul 2017 09:01:34 +0000 (18:01 +0900)
committerMu-Woong Lee <muwoong.lee@samsung.com>
Tue, 1 Aug 2017 09:02:12 +0000 (18:02 +0900)
commitb5167d59339a61187846d288f37b640afebc949b
tree6082f4122a20ee29440d4ed40a0daa7167d35211
parent523ddb3a95d31b09fd0ccb5f570b5d81c73215bb
Add skeletons of the user-session agents

Change-Id: I35f70eedb4845cd8645bff4dceeabde93ae2b5ea
Signed-off-by: Mu-Woong Lee <muwoong.lee@samsung.com>
13 files changed:
CMakeLists.txt
packaging/context-job-scheduler.spec
src/agent/AgentTypes.h [new file with mode: 0644]
src/agent/CMakeLists.txt [new file with mode: 0644]
src/agent/ContactsDbAgent.cpp [new file with mode: 0644]
src/agent/ContactsDbAgent.h [new file with mode: 0644]
src/agent/CreateAgent.cpp [new file with mode: 0644]
src/agent/GeofenceAgent.cpp [new file with mode: 0644]
src/agent/GeofenceAgent.h [new file with mode: 0644]
src/server/ContextPublisher.cpp
src/server/JobManager.cpp
src/server/MethodCallHandler.cpp
src/server/publisher/GeofenceEvent.cpp [new file with mode: 0644]