Remove ttsd_network.c/h 72/271872/2
authorSuyeon Hwang <stom.hwang@samsung.com>
Thu, 3 Mar 2022 02:23:16 +0000 (11:23 +0900)
committerSuyeon Hwang <stom.hwang@samsung.com>
Thu, 3 Mar 2022 02:42:43 +0000 (11:42 +0900)
commit4564cf087c5aab71c41c1f8b3622179a8152526d
tree8e5cbedbf054fc4f6b5f8cffebdcaf27bbe2ee46
parent45179fffa6d7db2c513127e4944b43005711f31a
Remove ttsd_network.c/h

ttsd_network.c/h is providing function for checking network connection, but this is too small
responsibilty and ttsd_server only uses this function. And also, initializing and
finalizing functions are not implemented.

This patch removes these files and moves the function to ttsd_server. By this change, we do not
need to check unnecessary files and functions.

Change-Id: Iebb7ed340aaf7272a232fcfe5f5a3b21aa21aab2
Signed-off-by: Suyeon Hwang <stom.hwang@samsung.com>
server/CMakeLists.txt
server/ttsd_main.c
server/ttsd_network.c [deleted file]
server/ttsd_network.h [deleted file]
server/ttsd_server.c
server/ttse.c