Extend privilegeDb api 62/129062/2
authorBartlomiej Grzelewski <b.grzelewski@samsung.com>
Fri, 12 May 2017 15:46:34 +0000 (17:46 +0200)
committerBartlomiej Grzelewski <b.grzelewski@samsung.com>
Fri, 12 May 2017 17:01:32 +0000 (19:01 +0200)
commit2aa2851dd1ae159ea6352b50f2b6375290a0b96e
tree74961c2d5df9e1be64dc1a692f48f59ddf293f84
parent403b2f6117eb52fca76561864f4d9102f77307cf
Extend privilegeDb api

The function will not directly inform caller if row was found in
database. In previous implmentation functions may return empty
string if row was not found in database. It could be translated as row
contained empty string or no row was found.

Change-Id: Id44a5337e2ceb53b35be914962e442e4b5aeec0f
src/common/include/privilege_db.h
src/common/privilege_db.cpp
src/common/service_impl.cpp
test/test_privilege_db_app_defined_privileges.cpp