change message size type from size_t to int
authorYoungjae Shin <yj99.shin@samsung.com>
Wed, 12 Oct 2022 11:35:06 +0000 (20:35 +0900)
committerYoungjae Shin <yj99.shin@samsung.com>
Wed, 9 Nov 2022 08:16:51 +0000 (17:16 +0900)
commit28d6357bb97d7653c838fb2ae60d8a4072aa1b7f
treede83852c9d93f50d792252e24233749bebe16e57
parentee282ee91db09852d3afad15991484045e90262d
change message size type from size_t to int

- For compatibility between heterogeneous devices
32 files changed:
common/AittDiscovery.cc
common/AittDiscovery.h
common/AittTransport.h
include/AITT.h
include/MQ.h
include/aitt_c.h
modules/tcp/AESEncryptor.cc
modules/tcp/AESEncryptor.h
modules/tcp/Module.cc
modules/tcp/Module.h
modules/tcp/TCP.cc
modules/tcp/TCP.h
modules/tcp/samples/tcp_test.cc
modules/tcp/tests/AESEncryptor_test.cc
modules/tcp/tests/TCP_test.cc
modules/webrtc/Module.cc
packaging/aitt.spec
src/AITT.cc
src/AITTImpl.cc
src/AITTImpl.h
src/MosquittoMQ.cc
src/MosquittoMQ.h
src/NullTransport.cc
src/NullTransport.h
src/aitt_c.cc
tests/AITT_TCP_test.cc
tests/AITT_manualtest.cc
tests/AITT_test.cc
tests/MosquittoMQ_test.cc
tests/RequestResponse_test.cc
tests/aitt_c_manualtest.cc
tests/aitt_c_test.cc