Change file format from c to cpp 00/286200/1
authorSuyeon Hwang <stom.hwang@samsung.com>
Tue, 29 Nov 2022 08:33:03 +0000 (17:33 +0900)
committerSuyeon Hwang <stom.hwang@samsung.com>
Fri, 30 Dec 2022 04:37:31 +0000 (13:37 +0900)
commit33d28f099a65ccd7734bfb15297fc279d509900e
tree892769f797104dd0a770af5292a80f475ca47f2a
parent44441a39b48e435ef1e669864a0a6e6a0fb84790
Change file format from c to cpp

- Requirement:
It is hard to assure thread safe in C based code.

- Solution:
This patch changes the file format of vc_config_mgr from c to cpp.
Through this patch, refactoring vc_config_mgr will become easier.

Change-Id: I0cf1c672daf74daa97d759564f2610a0074ff127
Signed-off-by: Suyeon Hwang <stom.hwang@samsung.com>
client/CMakeLists.txt
common/vc_config_mgr.cpp [moved from common/vc_config_mgr.c with 98% similarity]
common/vc_config_parser.c
server/CMakeLists.txt