Remove warning during building process
authorMaciej Piotrowski <m.piotrowski@samsung.com>
Fri, 11 Oct 2013 10:06:56 +0000 (12:06 +0200)
committerGerrit Code Review <gerrit@gerrit.vlan144.tizendev.org>
Thu, 17 Oct 2013 00:53:51 +0000 (00:53 +0000)
commit3bd97e2c427cecdcba31c83b936b0e35a147a8ad
treefa52114e1547fdbbf39abb03e1b8ffdb6a9be4d4
parent13c8a99bfbbfcce6e83548f64e1256b168d68d4d
Remove warning during building process

    [Issue#]     LINUXWRT-1002
    [Problem]    Warning was displayed during building process
    [Cause]      Deprecated version of method:
                 PropertyDAOReadOnly::GetPropertyList(DbWidgetHandle)
    [Solution]   Use non deprecated version of method:
                 PropertyDAOReadOnly::GetPropertyList(TizenAppId)
    [Verification] Build repository.
    [SCMRequest] N/A

Change-Id: Id3f59e450ee6cd50a862299aae303f982f10b3a3
modules/widget_interface_dao/dao/widget_interface_dao.cpp
tests/dao/TestCases_PropertyDAO.cpp