Introduce CommandsDispatcher 78/32178/6
authorAleksander Zdyb <a.zdyb@samsung.com>
Sat, 20 Dec 2014 11:49:27 +0000 (12:49 +0100)
committerPawel Wieczorek <p.wieczorek2@samsung.com>
Mon, 29 Dec 2014 14:34:45 +0000 (15:34 +0100)
commite3bd02b695ee50b6da7fc0a21c4fa4bca3aa5787
treeff1865e4b7aeadaf0281820ff47473dbe1ef836a
parent4bd8f4c6596f891d616b9820a995b4110ec77eae
Introduce CommandsDispatcher

Change-Id: I220422f667c32c673e0b55b04d9faac39d840037
src/cyad/AdminLibraryInitializationFailedException.h [new file with mode: 0644]
src/cyad/CMakeLists.txt
src/cyad/CommandlineParser/CyadCommand.cpp [new file with mode: 0644]
src/cyad/CommandlineParser/CyadCommand.h [new file with mode: 0644]
src/cyad/CommandsDispatcher.cpp [new file with mode: 0644]
src/cyad/CommandsDispatcher.h [new file with mode: 0644]
src/include/cynara-error.h
test/CMakeLists.txt
test/cyad/CyadCommandlineDispatcherTest.h [new file with mode: 0644]
test/cyad/commands_dispatcher.cpp [new file with mode: 0644]