Warning fix
authorSlawomir Pajak <s.pajak@partner.samsung.com>
Fri, 11 Oct 2013 09:19:49 +0000 (11:19 +0200)
committerSlawomir Pajak <s.pajak@partner.samsung.com>
Mon, 14 Oct 2013 07:00:45 +0000 (09:00 +0200)
commita661827ab4e2c3290d9b18c2174130d7af416d08
treed5b8cd88a161ed14cfa0cbb3018f41be06afd0bc
parenta2bc5fdcd795514ae1a20f7c851824ff6c3997a2
Warning fix

[Issue#]       LINUXWRT-1003
[Problem]      Warning during building wrt-commons in
               property_dao_read_only.cpp file
[Cause]        Function visible outside and not declared in header file
[Solution]     Function moved to anonymous namespace because it's used
               only internally.
[Verification] Observe no warning during building
               property_dao_read_only.cpp

Change-Id: I9587eaf123a4779b3b13383ad658009075027589
modules/widget_dao/dao/property_dao_read_only.cpp