Remove boost dependency from rmi
authorSangwan Kwon <sangwan.kwon@samsung.com>
Wed, 15 Jan 2020 05:06:19 +0000 (14:06 +0900)
committer권상완/Security 2Lab(SR)/Engineer/삼성전자 <sangwan.kwon@samsung.com>
Fri, 17 Jan 2020 06:24:01 +0000 (15:24 +0900)
commita2cde7e447e5da0b5158a35b756977b2e767a996
tree57cc59bb9401553dc6492c9b55cbe87bf55c8b27
parenteec6374003efeba64c8ed89329d7b69c1ee74980
Remove boost dependency from rmi

Signed-off-by: Sangwan Kwon <sangwan.kwon@samsung.com>
26 files changed:
src/vist/rmi/CMakeLists.txt
src/vist/rmi/gateway.cpp
src/vist/rmi/impl/client.hpp
src/vist/rmi/impl/connection.cpp [moved from src/vist/rmi/impl/ondemand/connection.cpp with 97% similarity]
src/vist/rmi/impl/connection.hpp [moved from src/vist/rmi/impl/ondemand/connection.hpp with 94% similarity]
src/vist/rmi/impl/eventfd.cpp [moved from src/vist/rmi/impl/ondemand/eventfd.cpp with 97% similarity]
src/vist/rmi/impl/eventfd.hpp [moved from src/vist/rmi/impl/ondemand/eventfd.hpp with 96% similarity]
src/vist/rmi/impl/general/client.hpp [deleted file]
src/vist/rmi/impl/general/protocol.cpp [deleted file]
src/vist/rmi/impl/general/protocol.hpp [deleted file]
src/vist/rmi/impl/general/server.hpp [deleted file]
src/vist/rmi/impl/general/tests/protocol.cpp [deleted file]
src/vist/rmi/impl/mainloop.cpp [moved from src/vist/rmi/impl/ondemand/mainloop.cpp with 98% similarity]
src/vist/rmi/impl/mainloop.hpp [moved from src/vist/rmi/impl/ondemand/mainloop.hpp with 96% similarity]
src/vist/rmi/impl/ondemand/client.hpp [deleted file]
src/vist/rmi/impl/ondemand/server.hpp [deleted file]
src/vist/rmi/impl/server.hpp
src/vist/rmi/impl/socket.cpp [moved from src/vist/rmi/impl/ondemand/socket.cpp with 98% similarity]
src/vist/rmi/impl/socket.hpp [moved from src/vist/rmi/impl/ondemand/socket.hpp with 98% similarity]
src/vist/rmi/impl/systemd-socket.hpp [moved from src/vist/rmi/impl/ondemand/systemd-socket.hpp with 92% similarity]
src/vist/rmi/impl/tests/connection.cpp [moved from src/vist/rmi/impl/ondemand/tests/connection.cpp with 92% similarity]
src/vist/rmi/impl/tests/mainloop.cpp [moved from src/vist/rmi/impl/ondemand/tests/mainloop.cpp with 95% similarity]
src/vist/rmi/impl/tests/server-client.cpp [moved from src/vist/rmi/impl/general/tests/server-client.cpp with 86% similarity]
src/vist/rmi/impl/tests/socket.cpp [moved from src/vist/rmi/impl/ondemand/tests/socket.cpp with 96% similarity]
src/vist/rmi/remote.cpp
src/vist/service/vistd.cpp