Detach server-client interface on RMI
authorSangwan Kwon <sangwan.kwon@samsung.com>
Thu, 2 Jan 2020 05:57:05 +0000 (14:57 +0900)
committer권상완/Security 2Lab(SR)/Engineer/삼성전자 <sangwan.kwon@samsung.com>
Mon, 6 Jan 2020 10:00:56 +0000 (19:00 +0900)
commit413d6d70f4becabcf2c43d352db71eee49b1f2f5
treeece390dc7fccd8ab00b739507b97d64641a2095c
parentab21efde780182ebaf731a65b014d84100efd555
Detach server-client interface on RMI

This is for supporting both general service and on-demand service.

Signed-off-by: Sangwan Kwon <sangwan.kwon@samsung.com>
src/vist/rmi/CMakeLists.txt
src/vist/rmi/gateway.cpp
src/vist/rmi/impl/general/client.hpp [new file with mode: 0644]
src/vist/rmi/impl/general/protocol.cpp [moved from src/vist/rmi/impl/protocol.cpp with 99% similarity]
src/vist/rmi/impl/general/protocol.hpp [moved from src/vist/rmi/impl/protocol.hpp with 95% similarity]
src/vist/rmi/impl/general/server.hpp [new file with mode: 0644]
src/vist/rmi/impl/general/tests/protocol.cpp [moved from src/vist/rmi/impl/tests/protocol.cpp with 98% similarity]
src/vist/rmi/impl/general/tests/server-client.cpp [moved from src/vist/rmi/impl/tests/server-client.cpp with 94% similarity]
src/vist/rmi/impl/server.hpp
src/vist/rmi/remote.cpp