18#ifndef _ACTIVEMQ_STATE_CONSUMERSTATE_H_
19#define _ACTIVEMQ_STATE_CONSUMERSTATE_H_
32 using namespace decaf::lang;
33 using namespace activemq::commands;
42 ConsumerState(
const ConsumerState&);
43 ConsumerState& operator=(
const ConsumerState&);
#define AMQCPP_API
Definition Config.h:30
ConsumerState(Pointer< ConsumerInfo > info)
const Pointer< ConsumerInfo > getInfo() const
Definition ConsumerState.h:53
std::string toString() const
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
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.
Definition CachedConsumer.h:24