refactoring: extract Policy containers 43/199643/5
authorAdrian Szyndela <adrian.s@samsung.com>
Wed, 13 Feb 2019 11:24:49 +0000 (12:24 +0100)
committerHyotaek Shim <hyotaek.shim@samsung.com>
Thu, 7 Mar 2019 07:31:38 +0000 (07:31 +0000)
commit07bbaea0cc3551671850d1121b4edf19f89d7e95
tree74f1480e42df03ab7bf6dcb84399eaf6528719a0
parent36cb92014dd7c08963014c3e1f6223be21378444
refactoring: extract Policy containers

Preparing for serialization.

Serialization needs to iterate over db structures. It needs a bit of insight
into the actual types stored.

This extracts Policy container classes from naive_policy_db.cpp.

Change-Id: I51d1ce5c63eef28c58423b0e64ff9f5a2bc5d09c
Makefile.am
src/internal/naive_policy_db.cpp
src/internal/policy_containers.cpp [new file with mode: 0644]
src/internal/policy_containers.hpp [new file with mode: 0644]