FDStore class for binary serialization 67/28367/10
authorJan Olszak <j.olszak@samsung.com>
Fri, 3 Oct 2014 16:16:59 +0000 (18:16 +0200)
committerJan Olszak <j.olszak@samsung.com>
Tue, 7 Oct 2014 15:47:31 +0000 (17:47 +0200)
commit37f5674162881418068e85000da5b1aa689eb336
tree5581bbbcce5502a0abf23b0a158b0f0a87108a9b
parentabe56504c381aaf48d459a92b83f59ebe3a19af6
FDStore class for binary serialization

[Bug/Feature]   Class for writing and reading binary data to a file descriptor
[Cause]         N/A
[Solution]      N/A
[Verification]  Build, install, run tests

Change-Id: I18713366449c77a17970eeb7f0f6b3ae1feac656
src/config/fdstore.cpp [new file with mode: 0644]
src/config/fdstore.hpp [new file with mode: 0644]
src/config/from-fdstore-visitor.hpp [new file with mode: 0644]
src/config/manager.hpp
src/config/to-fdstore-visitor.hpp [new file with mode: 0644]