19 #ifndef HAZELCAST_CLIENT_IDISTRIBUTEDOBJECT_H_
20 #define HAZELCAST_CLIENT_IDISTRIBUTEDOBJECT_H_
22 #include "hazelcast/util/HazelcastDll.h"
26 #if defined(WIN32) || defined(_WIN32) || defined(WIN64) || defined(_WIN64)
28 #pragma warning(disable: 4251) //for dll export
38 virtual const std::string& getServiceName()
const = 0;
45 virtual const std::string& getName()
const = 0;
51 virtual void destroy() = 0;
61 #if defined(WIN32) || defined(_WIN32) || defined(WIN64) || defined(_WIN64)
65 #endif //HAZELCAST_CLIENT_IDISTRIBUTEDOBJECT_H_
virtual ~IDistributedObject()
Destructor.
Definition: IDistributedObject.h:56
Definition: IDistributedObject.h:33