Move bucket separators to PathConfig::StoragePath 18/33518/11
authorPawel Wieczorek <p.wieczorek2@samsung.com>
Mon, 12 Jan 2015 12:45:21 +0000 (13:45 +0100)
committerPawel Wieczorek <p.wieczorek2@samsung.com>
Tue, 24 Feb 2015 15:20:47 +0000 (16:20 +0100)
commit6ed5755961d571d0b9c21d99242c45a37d25333d
tree4ba6e1aa6813f17c2b5aab6dc6eb89df4e45c8ed
parentb114c892e4127260afbaaf304da68fec747ca36c
Move bucket separators to PathConfig::StoragePath

This patch removes both bucket separators - for fields as well as for
records - from StorageSerializer. To this point they could be accessed
using provided static member functions. This is no longer possible, as
StorageSerializer has to be rewritten using templates.

Change-Id: Ib010bd0b125a1a93da9983d9bdd7b8f75cbbc191
src/common/config/PathConfig.cpp
src/common/config/PathConfig.h
src/cyad/AdminPolicyParser.cpp
src/storage/BucketDeserializer.cpp
src/storage/StorageDeserializer.cpp
src/storage/StorageSerializer.cpp
src/storage/StorageSerializer.h