Introduce CynaraAdminPolicies 75/32175/5
authorAleksander Zdyb <a.zdyb@samsung.com>
Tue, 9 Dec 2014 12:22:55 +0000 (13:22 +0100)
committerPawel Wieczorek <p.wieczorek2@samsung.com>
Mon, 29 Dec 2014 09:10:08 +0000 (10:10 +0100)
commit6d58a7c2c18f159ab5b6606509f25df7c8e2b54c
tree932b47588420d1bf0676bba0284f32cca7f574b7
parent4f39cf7bf1c01a29aba8d77c25696bced57004ae
Introduce CynaraAdminPolicies

This is a collection of cynara_admin_policy structs.
It helps to manage memory and creates a convenient
wrapper while still allowing to pass it to API calls.

Change-Id: I61e39dbab88cbbbef07a0bd5ace4967d20336b17
src/cyad/CMakeLists.txt
src/cyad/CynaraAdminPolicies.cpp [new file with mode: 0644]
src/cyad/CynaraAdminPolicies.h [new file with mode: 0644]
test/CMakeLists.txt
test/cyad/helpers.cpp [new file with mode: 0644]
test/cyad/helpers.h [new file with mode: 0644]
test/cyad/policy_collection.cpp [new file with mode: 0644]