[content] Add impl classes for ContentInfo
authorSeokpil Park <seokpil.park@samsung.com>
Mon, 5 Aug 2013 06:40:17 +0000 (15:40 +0900)
committerSeokpil Park <seokpil.park@samsung.com>
Mon, 12 Aug 2013 08:55:17 +0000 (17:55 +0900)
commitc3f68623e2c83f9f6f3fa94df900e0c9dec99ea8
treee491d7e65da86f0704762d767844ee29abdd0468
parentf382b9ba77190972123e57c5d4ebe81c2783a265
[content] Add impl classes for ContentInfo

Change-Id: Iaeb64b52ad8482559e2f3ed3a3f76385503df8df
Signed-off-by: Seokpil Park <seokpil.park@samsung.com>
39 files changed:
CMakeLists.txt
inc/FCntAudioContentInfo.h
inc/FCntContentInfo.h
inc/FCntContentManager.h
inc/FCntIContentUpdateEventListener.h
inc/FCntImageContentInfo.h
inc/FCntOtherContentInfo.h
inc/FCntVideoContentInfo.h
src/FCntAudioContentInfo.cpp
src/FCntContentInfo.cpp
src/FCntContentManager.cpp
src/FCntDownloadManager.cpp
src/FCntImageContentInfo.cpp
src/FCntOtherContentInfo.cpp
src/FCntVideoContentInfo.cpp
src/FCnt_AudioContentInfoImpl.cpp [new file with mode: 0644]
src/FCnt_ContentDirectoryImpl.cpp
src/FCnt_ContentInfoHelper.cpp [new file with mode: 0644]
src/FCnt_ContentInfoHelper.h [new file with mode: 0644]
src/FCnt_ContentInfoImpl.cpp [new file with mode: 0644]
src/FCnt_ContentManagerImpl.cpp
src/FCnt_ContentSearchImpl.cpp
src/FCnt_ContentUtility.cpp
src/FCnt_DownloadManagerImpl.cpp
src/FCnt_ImageContentInfoImpl.cpp [new file with mode: 0644]
src/FCnt_OtherContentInfoImpl.cpp [new file with mode: 0644]
src/FCnt_PlayListImpl.cpp
src/FCnt_PlayListManagerImpl.cpp
src/FCnt_VideoContentInfoImpl.cpp [new file with mode: 0644]
src/inc/FCnt_AudioContentInfoImpl.h [new file with mode: 0644]
src/inc/FCnt_ContentDirectoryImpl.h
src/inc/FCnt_ContentInfoImpl.h [new file with mode: 0644]
src/inc/FCnt_ContentManagerImpl.h
src/inc/FCnt_ContentSearchImpl.h
src/inc/FCnt_ContentUtility.h
src/inc/FCnt_ImageContentInfoImpl.h [new file with mode: 0644]
src/inc/FCnt_OtherContentInfoImpl.h [new file with mode: 0644]
src/inc/FCnt_PlayListImpl.h
src/inc/FCnt_VideoContentInfoImpl.h [new file with mode: 0644]