TizenRefApp-8727 [Gallery] Implement CString 63/135263/6
authorIgor Nazarov <i.nazarov@samsung.com>
Wed, 21 Jun 2017 10:57:25 +0000 (13:57 +0300)
committerIgor Nazarov <i.nazarov@samsung.com>
Thu, 22 Jun 2017 12:28:27 +0000 (15:28 +0300)
commit6c7b51dd971dd3855d6a43b4ef95fe2c0138099e
tree9472c679af6d7f1cc151d15d3e3d0aab463cc162
parentd761949f86d275ebbdf9854f38e2cc28c6ba7789
TizenRefApp-8727 [Gallery] Implement CString

- Implemented CString and ConstCString classes;
- Variant:CStr replaced with new CString implementation.

Change-Id: I699b9f5a85ed195c32276cc267c7b68986538f45
ucl/inc/ucl/misc/CString.h [new file with mode: 0644]
ucl/inc/ucl/misc/CString.hpp [new file with mode: 0644]
ucl/inc/ucl/misc/ConstCString.h [new file with mode: 0644]
ucl/inc/ucl/misc/ConstCString.hpp [new file with mode: 0644]
ucl/inc/ucl/misc/Variant.h
ucl/inc/ucl/misc/Variant.hpp
ucl/src/appfw/UIApp.cpp
ucl/src/misc/Variant.cpp