18 #ifndef _ACTIVEMQ_COMMANDS_DATARESPONSE_H_
19 #define _ACTIVEMQ_COMMANDS_DATARESPONSE_H_
23 #pragma warning( disable : 4290 )
54 const static unsigned char ID_DATARESPONSE = 32;
67 virtual unsigned char getDataStructureType()
const;
73 virtual std::string toString()
const;
#define AMQCPP_API
Definition: Config.h:30
Definition: Response.h:46
Definition: DataStructure.h:27
Pointer< DataStructure > data
Definition: DataResponse.h:50
Definition: DataResponse.h:47
Decaf's implementation of a Smart Pointer that is a template on a Type and is Thread Safe if the defa...
Definition: Pointer.h:53