Rename Property API to VirtualTable
authorSangwan Kwon <sangwan.kwon@samsung.com>
Thu, 24 Oct 2019 02:21:40 +0000 (11:21 +0900)
committerSangwan Kwon <sangwan.kwon@samsung.com>
Thu, 24 Oct 2019 02:21:40 +0000 (11:21 +0900)
commitd926c820fafc08eb88ac7659f1141e6ef946a167
treeba9c04a971f82456d798a0a102435a1bd3cb9203
parent26544b18ab02cc97dea04b7e2ff23b6351c1332c
Rename Property API to VirtualTable

Signed-off-by: Sangwan Kwon <sangwan.kwon@samsung.com>
14 files changed:
api/README.md [deleted file]
api/property.h [deleted file]
api/schema/processes.h [deleted file]
api/schema/time.h [deleted file]
src/vist/CMakeLists.txt
src/vist/client/CMakeLists.txt
src/vist/client/schema/processes.h [new file with mode: 0644]
src/vist/client/schema/time.h [new file with mode: 0644]
src/vist/client/tests/virtual_table_tests.cpp [new file with mode: 0644]
src/vist/client/virtual-table.cpp [new file with mode: 0644]
src/vist/client/virtual-table.h [new file with mode: 0644]
src/vist/property/CMakeLists.txt [deleted file]
src/vist/property/property.cpp [deleted file]
src/vist/property/tests/property_tests.cpp [deleted file]