client: remove the enum class DataType 24/126724/1
authorMu-Woong Lee <muwoong.lee@samsung.com>
Tue, 25 Apr 2017 03:22:19 +0000 (12:22 +0900)
committerMu-Woong Lee <muwoong.lee@samsung.com>
Tue, 25 Apr 2017 03:22:19 +0000 (12:22 +0900)
It is declared in Tuple.h now.

Change-Id: I2b0c86e55f936a222020c7fce599fc925b802722
Signed-off-by: Mu-Woong Lee <muwoong.lee@samsung.com>
src/client/ContextStore.h

index 01b8458..a713392 100644 (file)
 
 namespace ctx {
 
-       enum class DataType {
-               UNKNOWN = 0,
-               INT64 = 1,
-               DOUBLE,
-               STRING
-       };
-
        struct ContextStoreSearchQuery {
                std::string projection;
                std::string selection;