Add klay-legacy classes into this repository 90/197890/2
authorSungbae Yoo <sungbae.yoo@samsung.com>
Thu, 17 Jan 2019 03:26:57 +0000 (12:26 +0900)
committerSungbae Yoo <sungbae.yoo@samsung.com>
Tue, 29 Jan 2019 02:51:15 +0000 (11:51 +0900)
commit11449eb98d42385e9567f34891f67ce898b67f67
tree88e6f5318077110c5d28c72e87eed0163c65da6f
parent4d17210164217ca25bf2c0218c21675207617e3c
Add klay-legacy classes into this repository

It moves several classes such as Cgroup, Namespace, xml.

Change-Id: I67bcd993230f8cbaf01012aba003d7bd8b7a734f
Signed-off-by: Sungbae Yoo <sungbae.yoo@samsung.com>
18 files changed:
CMakeLists.txt
common/cgroup.cpp [new file with mode: 0644]
common/cgroup.h [new file with mode: 0644]
common/namespace.cpp [new file with mode: 0644]
common/namespace.h [new file with mode: 0644]
common/xml/document.cpp [new file with mode: 0644]
common/xml/document.h [new file with mode: 0644]
common/xml/keepblanks.cpp [new file with mode: 0644]
common/xml/keepblanks.h [new file with mode: 0644]
common/xml/node.cpp [new file with mode: 0644]
common/xml/node.h [new file with mode: 0644]
common/xml/parser.cpp [new file with mode: 0644]
common/xml/parser.h [new file with mode: 0644]
module/CMakeLists.txt
module/krate-builder.cpp
module/krate-builder.h
server/CMakeLists.txt
server/manager.cpp