lxcpp: Added logger, tests and changed exceptions 65/44865/6
authorJan Olszak <j.olszak@samsung.com>
Tue, 28 Jul 2015 11:12:10 +0000 (13:12 +0200)
committerJan Olszak <j.olszak@samsung.com>
Wed, 29 Jul 2015 09:05:06 +0000 (11:05 +0200)
commit5649bd03bdb39c513ec38545dffe5b00a6448160
tree464ce236d0a6716525dd8ed640efc064f772bdda
parent24894159f283d2d23012251da4851ed813229cb3
lxcpp: Added logger, tests and changed exceptions

[Feature]       Using libLogger in lxcpp in an example clone function.
                Set up unit-tests
                Changed exception names
[Cause]         N/A
[Solution]      N/A
[Verification]  N/A

Change-Id: I039bf3e17d791ccf1a18f17a9b2a180ee2081722
libs/lxcpp/CMakeLists.txt
libs/lxcpp/container-impl.cpp
libs/lxcpp/container-impl.hpp
libs/lxcpp/container.hpp
libs/lxcpp/exception.hpp
libs/lxcpp/lxcpp.cpp
libs/lxcpp/lxcpp.hpp
libs/lxcpp/process.cpp [new file with mode: 0644]
libs/lxcpp/process.hpp [new file with mode: 0644]
tests/unit_tests/CMakeLists.txt
tests/unit_tests/lxcpp/ut-container.cpp [new file with mode: 0644]