Refactor aul sock 27/277027/6
authorHwankyu Jhun <h.jhun@samsung.com>
Wed, 29 Jun 2022 07:41:17 +0000 (16:41 +0900)
committerHwankyu Jhun <h.jhun@samsung.com>
Thu, 30 Jun 2022 06:38:20 +0000 (15:38 +0900)
commit0f1b6a14df1136de413535c3026ad512b2aa1042
tree9dba17bf6a01563753e139012d45d83627592c5b
parenta6eb71cda08357d3dc9eca0c271f60feb47a0d08
Refactor aul sock

The aul sock is implemented using C++.

Change-Id: I34573294f754e2469d19bd2867f89a6d7f88bc51
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
aul/common/exception.hh
aul/socket/client_socket.cc [new file with mode: 0644]
aul/socket/client_socket.hh [new file with mode: 0644]
aul/socket/server_socket.cc [new file with mode: 0644]
aul/socket/server_socket.hh [new file with mode: 0644]
aul/socket/socket.cc
aul/socket/socket.hh
src/aul_sock.c [deleted file]
src/aul_sock.cc [new file with mode: 0644]
test/unit_tests/main.cc