16 #ifndef HAZELCAST_CLIENT_QUERY_QUERYCONSTANTS_H_
17 #define HAZELCAST_CLIENT_QUERY_QUERYCONSTANTS_H_
19 #include "hazelcast/util/HazelcastDll.h"
21 #if defined(WIN32) || defined(_WIN32) || defined(WIN64) || defined(_WIN64)
23 #pragma warning(disable: 4251) //for dll export
30 static const char *getKeyAttributeName();
32 static const char *getValueAttributeName();
38 #if defined(WIN32) || defined(_WIN32) || defined(WIN64) || defined(_WIN64)
Definition: QueryConstants.h:29
Definition: MapEntryView.h:32