lxcpp: Command implementation 78/47478/4
authorJan Olszak <j.olszak@samsung.com>
Wed, 2 Sep 2015 15:04:45 +0000 (17:04 +0200)
committerJan Olszak <j.olszak@samsung.com>
Fri, 4 Sep 2015 10:26:27 +0000 (12:26 +0200)
commitc0c76a68a17ee4a7137a8f516087c8389a3eba07
treeac8403cc41499b718d41cdba6fcdbff92d9aac9a
parentf74e6dababe7066d5184668137cf50800e2f331d
lxcpp: Command implementation

[Feature]       Base class for commands
                Attach command
[Cause]         N/A
[Solution]      N/A
[Verification]  Build, install, run tests

Change-Id: Id9ed43c145704f5d9d21f1aa210694fed1615c57
libs/lxcpp/commands/attach.cpp [moved from libs/lxcpp/commands/attach-manager.cpp with 71% similarity]
libs/lxcpp/commands/attach.hpp [moved from libs/lxcpp/commands/attach-manager.hpp with 54% similarity]
libs/lxcpp/commands/command.hpp [new file with mode: 0644]
libs/lxcpp/container-impl.cpp