UcApplication class is added
authorSeonhyungLee <sh2644.lee@samsung.com>
Tue, 3 Sep 2013 07:47:58 +0000 (16:47 +0900)
committerSeonhyungLee <sh2644.lee@samsung.com>
Tue, 3 Sep 2013 07:58:55 +0000 (16:58 +0900)
commit43a227b55b44bd3d3c01dcc7184e202febc3d99a
tree864867537c80299d7a2ed60a5ce91591c09ea553
parenteecd0f7726cead47a34c57ded61af92cf4b3e454
UcApplication class is added

Change-Id: Ic8868d4b64d15fb3ca57a4b18f576a57dbf66581
17 files changed:
src/ui-core/example/Linux/CMakeLists.txt
src/ui-core/example/Linux/TestApplication.cpp
src/ui-core/example/Plugin/CMakeLists.txt
src/ui-core/example/Plugin/org_tizen_tools_areditor_sceneeditor_editor3d_NativeSceneEditor.cpp
src/ui-core/example/Win32/CMakeLists.txt
src/ui-core/example/Win32/TestApplication.cpp
src/ui-core/inc/UcApplication.h [new file with mode: 0644]
src/ui-core/inc/UcInterface.h [deleted file]
src/ui-core/src/CMakeLists.txt
src/ui-core/src/UcApplication.cpp [new file with mode: 0644]
src/ui-core/src/UcInterface.cpp [deleted file]
src/ui-core/src/base/FBase_CharacterImpl.cpp
src/ui-core/src/base/inc/FOspConfig.h
src/ui-core/src/graphics/FGrpFloatRectangle.cpp
src/ui-core/src/graphics/FGrpRectangle.cpp
src/ui/animations/FUiAnim_NativeLayer.cpp
src/ui/animations/FUiAnim_VisualElementSharedData.cpp