Changed PkgName type from DPL::Optional<DPL::String> to DPL::String. PART 2
authorJan Olszak <j.olszak@samsung.com>
Tue, 18 Dec 2012 12:38:50 +0000 (13:38 +0100)
committerJanusz Majnert <j.majnert@samsung.com>
Thu, 20 Dec 2012 08:29:26 +0000 (09:29 +0100)
commit35458d8763d45a898e9e5325a4d2f1d0fe19f44c
treeae3d6e8f282e02d630c250ae4eb44c838cd8228d
parent5f8d0d38e3353d0102f0dc3b697fd0ea072a5337
Changed PkgName type from DPL::Optional<DPL::String> to DPL::String. PART 2

[Issue#] PkgName could have been NULL.
[Bug] N/A
[Cause] N/A
[Solution] Changed Pkgname type, changed api methods. This is a temporary change, to test if the new API work.
[Verification] Build commons, plugins, installer, wrt. Run tests.

Change-Id: I55750b51fbdf4a68f2f44d2bb1884a8981346ab9
modules/widget_dao/dao/widget_dao_read_only.cpp
modules/widget_dao/include/dpl/wrt-dao-ro/widget_dao_read_only.h
tests/dao/TestCases_WidgetDAO.cpp