move redundant logic to server 05/10305/1
authorYoung Ik Cho <youngik.cho@samsung.com>
Wed, 25 Sep 2013 12:03:59 +0000 (21:03 +0900)
committerYoung Ik Cho <youngik.cho@samsung.com>
Fri, 27 Sep 2013 07:48:27 +0000 (16:48 +0900)
commit15300d253d1062bcf160a3d255ad341a6a3fa573
tree684e483bc8d2f9b75f488be87ccd5d073b9aeb27
parent9b6148db4f423f7e83e07718ddecad61f5cd4364
move redundant logic to server

Change-Id: Id46bd0956e90a830a06e2a9900aaf8f71576a386
Signed-off-by: Young Ik Cho <youngik.cho@samsung.com>
20 files changed:
osp-appfw.pc.in [changed mode: 0755->0644]
packaging/osp-appfw.spec
src/app/CMakeLists.txt
src/app/FApp_AppControlManager.cpp
src/app/FApp_AppManagerImpl.cpp
src/app/FApp_AppManagerProxy.cpp [changed mode: 0755->0644]
src/app/inc/FApp_AppControlManager.h
src/app/inc/FApp_AppLifecycleEventArg.h [changed mode: 0755->0644]
src/app/inc/FApp_AppManagerEventParamTraits.h [deleted file]
src/app/inc/FApp_AppManagerImpl.h
src/app/inc/FApp_AppManagerIpcMessage.h
src/app/inc/FApp_AppManagerProxy.h
src/app/inc/FApp_IAppManager.h
src/app/inc/FApp_IAppManagerServiceEventListener.h [changed mode: 0755->0644]
src/server/CMakeLists.txt
src/server/app/CMakeLists.txt [deleted file]
src/server/app/FApp_AppManagerEvent.cpp [moved from src/app/FApp_AppManagerEvent.cpp with 100% similarity]
src/server/inc/FApp_AppManagerEvent.h [moved from src/app/inc/FApp_AppManagerEvent.h with 97% similarity]
src/server/inc/FApp_AppManagerEventArg.h [moved from src/app/inc/FApp_AppManagerEventArg.h with 100% similarity]
src/server/inc/FApp_IAppManagerEventListener.h [moved from src/app/inc/FApp_IAppManagerEventListener.h with 100% similarity]