IPC Messaging Chanaged.
authorByounghui <byounghui.lim@samsung.com>
Wed, 31 Jul 2013 10:27:03 +0000 (19:27 +0900)
committerByounghui <byounghui.lim@samsung.com>
Wed, 31 Jul 2013 10:27:03 +0000 (19:27 +0900)
commit0342db6a581338b625fe1a828b28251a7ae80744
tree4b728e4885e02984501c19fcf3319e417b6ef046
parentc8c16cb716f0447a2c4a6b7950d416ef5f5c27d7
IPC Messaging Chanaged.

Change-Id: I30de52e2e3fd1ba9ee0e2c82d9b011a5d6a59ce7
Signed-off-by: Byounghui <byounghui.lim@samsung.com>
15 files changed:
CMakeLists.txt
inc/CommonService.h
packaging/osp-common-service.spec
src/CommonService.cpp
src/messaging/CMakeLists.txt [new file with mode: 0644]
src/messaging/FMsg_CbsMaker.cpp [new file with mode: 0644]
src/messaging/FMsg_CbsMaker.h [new file with mode: 0644]
src/messaging/FMsg_IpcCallbackHandler.cpp [new file with mode: 0644]
src/messaging/FMsg_IpcCallbackHandler.h [new file with mode: 0644]
src/messaging/FMsg_MessagingIpcStub.cpp [new file with mode: 0644]
src/messaging/FMsg_MessagingIpcStub.h [new file with mode: 0644]
src/messaging/FMsg_SmsService.cpp [new file with mode: 0644]
src/messaging/FMsg_SmsService.h [new file with mode: 0644]
src/messaging/FMsg_WapPushService.cpp [new file with mode: 0644]
src/messaging/FMsg_WapPushService.h [new file with mode: 0644]