Add QueryParcelable
authorIlho Kim <ilho159.kim@samsung.com>
Wed, 17 Feb 2021 08:09:11 +0000 (17:09 +0900)
committerIlho Kim <ilho159.kim@samsung.com>
Wed, 17 Feb 2021 10:25:06 +0000 (19:25 +0900)
commit17dee1011f8a0aee59620488206368eeddc806e7
tree09396af9702a9685cdfec18b0b828dc445ddab10
parent8ba3e251e57bb113f4d099eab1ff3370b9b25e7c
Add QueryParcelable

Signed-off-by: Ilho Kim <ilho159.kim@samsung.com>
src/common/parcel/abstract_parcelable.hh
src/common/parcel/parcelable_factory.cc
src/common/parcel/query_parcelable.cc [moved from src/common/parcel/string_parcelable.cc with 58% similarity]
src/common/parcel/query_parcelable.hh [new file with mode: 0644]
src/common/parcel/string_parcelable.hh [deleted file]
test/unit_tests/test_parcel.cc