Move return codes sent by server to protocols.h 16/24716/8
authorJan Cybulski <j.cybulski@samsung.com>
Fri, 18 Jul 2014 13:35:29 +0000 (15:35 +0200)
committerJan Cybulski <j.cybulski@samsung.com>
Mon, 21 Jul 2014 12:24:13 +0000 (14:24 +0200)
commit6d04432eca534a589ba946d5c83ebe84992af9c7
treea479209e4f35496fbf32cfb8bbf06a73ff016d36
parent3fcb46fea965ce537c9c8308906a071385748157
Move return codes sent by server to protocols.h

Those codes are not part of security-manager's API
but are used only in communication between client and
server part. Return codes of libsecurity-manager's
functions are defined in enum lib_retcode, so there
is no need in placing additional macros in header file
security-manager.h

Also: fix problems with documentation in those macros

Change-Id: Iaa2f489f2b0a3e9dc3d2aaf74f522451e1b65057
Signed-off-by: Jan Cybulski <j.cybulski@samsung.com>
src/client/client-common.cpp
src/common/include/protocols.h
src/include/security-manager.h