Add socket skeleton code
authorChanggyu Choi <changyu.choi@samsung.com>
Tue, 12 Jan 2021 00:26:22 +0000 (09:26 +0900)
committerChanggyu Choi <changyu.choi@samsung.com>
Thu, 21 Jan 2021 01:20:45 +0000 (10:20 +0900)
commitc54d86030c506474adc012f6464da685a4879586
treed39b2797091789f4e856f5c96e8fec9259030a87
parent334dfc3d2173adaa9ea5dfa84a7e393ba3b8b0b8
Add socket skeleton code

Signed-off-by: Changgyu Choi <changyu.choi@samsung.com>
13 files changed:
CMakeLists.txt
common/CMakeLists.txt [new file with mode: 0644]
common/debug.h [new file with mode: 0644]
common/pkgmgr-common.pc.in [new file with mode: 0644]
common/socket/abstract_socket.cc [new file with mode: 0644]
common/socket/abstract_socket.hh [new file with mode: 0644]
common/socket/client_socket.cc [new file with mode: 0644]
common/socket/client_socket.hh [new file with mode: 0644]
common/socket/data_socket.cc [new file with mode: 0644]
common/socket/data_socket.hh [new file with mode: 0644]
common/socket/server_socket.cc [new file with mode: 0644]
common/socket/server_socket.hh [new file with mode: 0644]
packaging/pkgmgr-info.spec