18 #ifndef _ACTIVEMQ_COMMANDS_REMOVEINFO_H_ 19 #define _ACTIVEMQ_COMMANDS_REMOVEINFO_H_ 23 #pragma warning( disable : 4290 ) 55 const static unsigned char ID_REMOVEINFO = 12;
68 virtual unsigned char getDataStructureType()
const;
70 virtual RemoveInfo* cloneDataStructure()
const;
74 virtual std::string toString()
const;
82 virtual long long getLastDeliveredSequenceId()
const;
83 virtual void setLastDeliveredSequenceId(
long long lastDeliveredSequenceId );
#define AMQCPP_API
Definition: Config.h:30
Pointer< DataStructure > objectId
Definition: RemoveInfo.h:50
Definition: RemoveInfo.h:47
Definition: DataStructure.h:27
Interface for an Object that can visit the various Command Objects that are sent from and to this cli...
Definition: CommandVisitor.h:69
Definition: BaseCommand.h:27
virtual bool isRemoveInfo() const
Definition: RemoveInfo.h:88
long long lastDeliveredSequenceId
Definition: RemoveInfo.h:51
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements...
Definition: CachedConsumer.h:24
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