refactoring of Module Loader
authorYoungjae Shin <yj99.shin@samsung.com>
Fri, 12 Aug 2022 06:58:02 +0000 (15:58 +0900)
committerYoungjae Shin <yj99.shin@samsung.com>
Thu, 15 Sep 2022 05:23:06 +0000 (14:23 +0900)
commit75cfcda03e91650307a6995aa9d140345589de4b
tree213469057664a3a08ee6146385b0060bee6fde03
parent7475a70953e1a76a0f50e71fd6572dc84243180c
refactoring of Module Loader

- remove composition of module loader
- Add NullTranport for robustness
13 files changed:
CMakeLists.txt
include/AITT.h
include/AITTEx.h [moved from common/AITTEx.h with 96% similarity, mode: 0644]
src/AITTImpl.cc
src/AITTImpl.h
src/ModuleLoader.cc [new file with mode: 0644]
src/ModuleLoader.h [moved from src/TransportModuleLoader.h with 57% similarity]
src/NullTransport.cc [new file with mode: 0644]
src/NullTransport.h [new file with mode: 0644]
src/TransportModuleLoader.cc [deleted file]
tests/AITT_test.cc
tests/CMakeLists.txt
tests/ModuleLoader_test.cc [moved from tests/TransportModuleLoader_test.cc with 54% similarity]