Modified the structure to provide fini() function and correct cleanup for singleton... 81/16781/2
authorJi-hoon Lee <dalton.lee@samsung.com>
Thu, 29 Aug 2013 06:00:03 +0000 (15:00 +0900)
committerJi-hoon Lee <dalton.lee@samsung.com>
Wed, 5 Mar 2014 06:33:12 +0000 (22:33 -0800)
commitd6b5968fc0578dd68a6c3fdc04abd39518ec7786
treee83ed56ad3a801768712ccab3ab7c3762e4557d4
parentf40a0df3af6aed7686d764576830fe004b78d261
Modified the structure to provide fini() function and correct cleanup for singleton classes

Change-Id: Icb3956695b8954828b6bcbe731c5912c275a1a3a
87 files changed:
CMakeLists.txt
binary_xmlresource/autopopup_configure_bin_parser.cpp
binary_xmlresource/binary_xmlresource.cpp
binary_xmlresource/default_configure_bin_parser.cpp
binary_xmlresource/include/autopopup_configure_bin_parser.h
binary_xmlresource/include/binary_xmlresource.h
binary_xmlresource/include/default_configure_bin_parser.h
binary_xmlresource/include/input_mode_configure_bin_parser.h
binary_xmlresource/include/key_coordinate_frame_bin_parser.h
binary_xmlresource/include/label_properties_bin_parser.h
binary_xmlresource/include/layout_bin_parser.h
binary_xmlresource/include/magnifier_configure_bin_parser.h
binary_xmlresource/include/modifier_decoration_bin_parser.h
binary_xmlresource/include/nine_patch_file_list_bin_parser.h
binary_xmlresource/input_mode_configure_bin_parser.cpp
binary_xmlresource/key_coordinate_frame_bin_parser.cpp
binary_xmlresource/label_properties_bin_parser.cpp
binary_xmlresource/layout_bin_parser.cpp
binary_xmlresource/magnifier_configure_bin_parser.cpp
binary_xmlresource/modifier_decoration_bin_parser.cpp
binary_xmlresource/nine_patch_file_list_bin_parser.cpp
res/simple_debug.cpp
res/simple_debug.h
scl/gwes/efl/sclevents-efl.cpp
scl/gwes/efl/sclevents-efl.h
scl/gwes/efl/sclgraphics-efl.cpp
scl/gwes/efl/sclgraphics-efl.h
scl/gwes/efl/sclwindows-efl.cpp
scl/gwes/efl/sclwindows-efl.h
scl/include/sclactionstate.h
scl/include/sclcontext.h
scl/include/sclcontroller.h
scl/include/sclerroradjustment.h
scl/include/scleventhandler.h
scl/include/sclevents.h
scl/include/sclfeedback.h
scl/include/sclfontproxy.h
scl/include/sclgraphics.h
scl/include/sclgwes.h
scl/include/sclimageproxy.h
scl/include/sclresourcecache.h
scl/include/sclui.h
scl/include/scluibuilder.h
scl/include/scluiimpl.h
scl/include/sclutils.h
scl/include/sclwindows.h
scl/sclactionstate.cpp
scl/sclcontext.cpp
scl/sclcontroller.cpp
scl/sclerroradjustment.cpp
scl/scleventhandler.cpp
scl/sclevents.cpp
scl/sclfeedback.cpp
scl/sclfontproxy.cpp
scl/sclgraphics.cpp
scl/sclgwes.cpp
scl/sclimageproxy.cpp
scl/sclresourcecache.cpp
scl/sclui.cpp
scl/scluibuilder.cpp
scl/scluiimpl.cpp
scl/sclutils.cpp
scl/sclwindows.cpp
scl/utils/linux/sclutils-linux.cpp
scl/utils/win32/sclutils-win32.cpp
sclres/sclres_manager.cpp
sclres/sclres_manager.h
xmlresource/autopopup_configure_parser.cpp
xmlresource/default_configure_parser.cpp
xmlresource/include/autopopup_configure_parser.h
xmlresource/include/default_configure_parser.h
xmlresource/include/input_mode_configure_parser.h
xmlresource/include/label_properties_parser.h
xmlresource/include/layout_parser.h
xmlresource/include/magnifier_configure_parser.h
xmlresource/include/main_entry_parser.h
xmlresource/include/modifier_decoration_parser.h
xmlresource/include/nine_patch_file_list_parser.h
xmlresource/include/xmlresource.h
xmlresource/input_mode_configure_parser.cpp
xmlresource/label_properties_parser.cpp
xmlresource/layout_parser.cpp
xmlresource/magnifier_configure_parser.cpp
xmlresource/main_entry_parser.cpp
xmlresource/modifier_decoration_parser.cpp
xmlresource/nine_patch_file_list_parser.cpp
xmlresource/xmlresource.cpp