revise name and location
authorYoungjae Shin <yj99.shin@samsung.com>
Thu, 18 Aug 2022 00:21:04 +0000 (09:21 +0900)
committerYoungjae Shin <yj99.shin@samsung.com>
Thu, 15 Sep 2022 05:24:54 +0000 (14:24 +0900)
commitd3b112bda4869d5c47fee787c94edaf2ebc42b85
tree299e984c29c672033accfeca9353d1b40eaa5f2b
parentc63bcadfac9dffb2a6df39293ee13e64df0aa0ff
revise name and location

- from AITTEx to AittException like AittTypes
- cleanup names
- revise location for adding custom_broker option
23 files changed:
CMakeLists.txt
common/AittDiscovery.cc
common/AittDiscovery.h [moved from include/AittDiscovery.h with 100% similarity]
common/AittException.cc [moved from common/AITTEx.cc with 76% similarity, mode: 0644]
common/AittTransport.h [moved from include/AittTransport.h with 89% similarity]
common/MQ.cc
common/ModuleLoader.cc [moved from src/ModuleLoader.cc with 89% similarity]
common/ModuleLoader.h [moved from src/ModuleLoader.h with 81% similarity]
common/NullTransport.cc [moved from src/NullTransport.cc with 100% similarity]
common/NullTransport.h [moved from src/NullTransport.h with 100% similarity]
common/aitt_platform.h
include/AITT.h
include/AittException.h [moved from include/AITTEx.h with 82% similarity]
modules/tcp/CMakeLists.txt
modules/tcp/Module.h
modules/transport_entry.cc [moved from modules/main.cc with 72% similarity]
modules/webrtc/CMakeLists.txt
modules/webrtc/tests/WEBRTC_test.cc
src/AITT.cc
src/AITTImpl.cc
src/AITTImpl.h
tests/CMakeLists.txt
tests/ModuleLoader_test.cc