Add 'commit' method to kv transaction 98/34998/2
authorPiotr Bartosiewicz <p.bartosiewi@partner.samsung.com>
Thu, 5 Feb 2015 13:28:22 +0000 (14:28 +0100)
committerPiotr Bartosiewicz <p.bartosiewi@partner.samsung.com>
Thu, 5 Feb 2015 14:44:26 +0000 (15:44 +0100)
commitd6e9bf90e396fef5f70b673503d72574e89db432
tree6444b671f7499ec178fc2c6100f98480827c9ad1
parent67591e764a41fe283006533a6f5763badddc5163
Add 'commit' method to kv transaction

[Bug/Feature]   Do no rely on std::uncaught_exception for two reasons:
                - there is a bug in gcc with rethrow_exception
                - it wasn't possible to update db during stack
                  unwinding.
[Cause]         N/A
[Solution]      N/A
[Verification]  Build, install, run tests

Change-Id: I8e12688efdebb3f2865e6a4512ed331756c69537
src/config/from-kvjson-visitor.hpp
src/config/from-kvstore-visitor.hpp
src/config/kvstore.cpp
src/config/kvstore.hpp
src/config/manager.hpp
src/config/to-kvstore-visitor.hpp