apply notification migration
authorYoung Ik Cho <youngik.cho@samsung.com>
Tue, 4 Dec 2012 08:31:34 +0000 (17:31 +0900)
committerYoung Ik Cho <youngik.cho@samsung.com>
Tue, 4 Dec 2012 08:31:34 +0000 (17:31 +0900)
commit1c761ae5e63b1429db169fd0bfec600a7e430b1d
treeb134ede5fd8553bba44e281c8d26cb12867e0167
parentc424d3cde65ad6bc62ddffb7fac9491f64b706a9
apply notification migration

Change-Id: Ie0d3440551c1242a74fb6dcdab1c613772be04d6
16 files changed:
inc/FShell.h
inc/FShlNotificationManager.h [new file with mode: 0644]
inc/FShlNotificationRequest.h [new file with mode: 0644]
packaging/osp-shell.spec
src/CMakeLists.txt
src/FShlNotificationManager.cpp
src/FShlNotificationRequest.cpp [new file with mode: 0644]
src/FShl_NotificationManagerEventParamTraits.h [new file with mode: 0644]
src/FShl_NotificationManagerImpl.cpp [new file with mode: 0644]
src/FShl_NotificationManagerIpcMessages.cpp [new file with mode: 0644]
src/FShl_NotificationManagerIpcMessages.h [new file with mode: 0644]
src/FShl_NotificationManagerProxy.cpp [new file with mode: 0644]
src/FShl_NotificationManagerProxy.h [new file with mode: 0644]
src/FShl_NotificationRequestImpl.cpp [new file with mode: 0644]
src/FShl_NotificationRequestImpl.h [new file with mode: 0644]
src/inc/FShl_NotificationManagerImpl.h