Add agent data wrapping functions 85/33385/5
authorLukasz Wojciechowski <l.wojciechow@partner.samsung.com>
Fri, 9 Jan 2015 01:41:17 +0000 (02:41 +0100)
committerLukasz Wojciechowski <l.wojciechow@partner.samsung.com>
Thu, 15 Jan 2015 18:27:00 +0000 (19:27 +0100)
commit8eac46d9c9e56b6164cc7b5c4427d5b5520b15bf
treefc1a31731f2425a126195f6146026504a1b433a7
parent16590be3c6afab8635ea850ba416f1ee3bba7265
Add agent data wrapping functions

Add functions for easy joining and spliting data strings
used in communication between agent and plugins:
* wrapAgentData;
* unwrapAgentData.

This functions are defined in new file plugins.cpp - a common file
for both agent and plugins.

Change-Id: I29494928d752832aef7c8e14204a7e4ce63a911e
tests/cynara-tests/CMakeLists.txt
tests/cynara-tests/plugins/multiple-policy/CMakeLists.txt
tests/cynara-tests/plugins/plugins.cpp [new file with mode: 0644]
tests/cynara-tests/plugins/plugins.h
tests/cynara-tests/plugins/single-policy/CMakeLists.txt