18 #ifndef _ACTIVEMQ_STATE_PRODUCERSTATE_H_
19 #define _ACTIVEMQ_STATE_PRODUCERSTATE_H_
32 using namespace decaf::lang;
33 using namespace activemq::commands;
35 class TransactionState;
54 std::string toString()
const;
#define AMQCPP_API
Definition: Config.h:30
Definition: ProducerState.h:37
const Pointer< ProducerInfo > getInfo() const
Definition: ProducerState.h:56
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