Added posix MainLoopHandler to support multiple os
authorHansol Lee <hansolu.lee@samsung.com>
Thu, 3 Nov 2022 04:01:51 +0000 (13:01 +0900)
committerYoungjae Shin <yj99.shin@samsung.com>
Wed, 9 Nov 2022 08:22:40 +0000 (17:22 +0900)
commitd94e2dacb496e77f544ba3a8b74d893c68771f2a
tree57d3d0d4acebc72e5624c10487fbd9b8a8c5d1bd
parent4b63912f6bdbcd6bcda49808c0cf0d9ad4335d18
Added posix MainLoopHandler to support multiple os

- some OS doesn't support glib library
- so I added posix MainLoopHandler to support multiple os
- I removed posix dpkg build script to add it to another PR
- I will make new PR for this script
18 files changed:
CMakeLists.txt
android/aitt-native/build.gradle
common/CMakeLists.txt
common/glib/MainLoopHandler.cc [moved from common/MainLoopHandler.cc with 100% similarity]
common/glib/MainLoopHandler.h [moved from common/MainLoopHandler.h with 100% similarity]
common/posix/MainLoopHandler.cc [new file with mode: 0644]
common/posix/MainLoopHandler.h [new file with mode: 0644]
debian/rules
packaging/aitt.spec
tests/AITT_TCP_test.cc
tests/AITT_manualtest.cc
tests/AITT_test.cc
tests/AittStream_test.cc
tests/AittTests.h
tests/MosquittoMQ_test.cc
tests/RequestResponse_test.cc
tests/aitt_c_manualtest.cc
tests/aitt_c_test.cc