From: Mu-Woong Lee Date: Tue, 25 Apr 2017 03:22:19 +0000 (+0900) Subject: client: remove the enum class DataType X-Git-Tag: accepted/tizen/unified/20170428.032554^2~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F24%2F126724%2F1;p=platform%2Fcore%2Fcontext%2Fcontext-store.git client: remove the enum class DataType It is declared in Tuple.h now. Change-Id: I2b0c86e55f936a222020c7fce599fc925b802722 Signed-off-by: Mu-Woong Lee --- diff --git a/src/client/ContextStore.h b/src/client/ContextStore.h index 01b8458..a713392 100644 --- a/src/client/ContextStore.h +++ b/src/client/ContextStore.h @@ -23,13 +23,6 @@ namespace ctx { - enum class DataType { - UNKNOWN = 0, - INT64 = 1, - DOUBLE, - STRING - }; - struct ContextStoreSearchQuery { std::string projection; std::string selection;