18 #ifndef _ACTIVEMQ_STATE_CONSUMERSTATE_H_
19 #define _ACTIVEMQ_STATE_CONSUMERSTATE_H_
32 using namespace decaf::lang;
33 using namespace activemq::commands;
51 std::string toString()
const;
Definition: ConsumerState.h:35
#define AMQCPP_API
Definition: Config.h:30
const Pointer< ConsumerInfo > getInfo() const
Definition: ConsumerState.h:53
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