change HomeManager -> ShortcutManager, and apply dynamic singleton idiom for LiveboxM...
authorjungmin76.park <jungmin76.park@samsung.com>
Tue, 12 Mar 2013 06:33:23 +0000 (15:33 +0900)
committerjungmin76.park <jungmin76.park@samsung.com>
Tue, 12 Mar 2013 06:44:27 +0000 (15:44 +0900)
commita1af4f2c626b82c07e986f835be53528970f08d0
tree551cbba5b361f777793140ceab5e9f6c66864eed
parent1ff7d2bc81853a39ea4a0773836221b011f2cd85
change HomeManager -> ShortcutManager, and apply dynamic singleton idiom for LiveboxManager

Change-Id: I19b9a11cd2402eae8b616de3c4a17eef30c06bf5
Signed-off-by: jungmin76.park <jungmin76.park@samsung.com>
19 files changed:
inc/FShellHomeManager.h [deleted file]
inc/FShellIBadgeEventListener.h [new file with mode: 0755]
inc/FShellIShortcutRequestListener.h [new file with mode: 0755]
inc/FShellLiveboxManager.h
inc/FShellLiveboxPopupProvider.h
inc/FShellLiveboxProvider.h
inc/FShellLiveboxProviderInfo.h
inc/FShellLiveboxProviderManager.h [changed mode: 0644->0755]
inc/FShellLiveboxSizeInfo.h
inc/FShellLockManager.h
inc/FShellShortcutManager.h [new file with mode: 0755]
src/CMakeLists.txt
src/FShellLiveboxManager.cpp [changed mode: 0644->0755]
src/FShell_LiveboxManagerImpl.cpp
src/FShell_LiveboxProviderManagerImpl.cpp
src/core/CMakeLists.txt
src/core/FShellShortcutManager.cpp [moved from src/core/FShellHomeManager.cpp with 55% similarity]
src/core/FShell_ShortcutManagerImpl.cpp [new file with mode: 0644]
src/inc/FShell_ShortcutManagerImpl.h [new file with mode: 0644]