18 #ifndef _ACTIVEMQ_COMMANDS_JOURNALQUEUEACK_H_ 19 #define _ACTIVEMQ_COMMANDS_JOURNALQUEUEACK_H_ 23 #pragma warning( disable : 4290 ) 56 const static unsigned char ID_JOURNALQUEUEACK = 52;
69 virtual unsigned char getDataStructureType()
const;
75 virtual std::string toString()
const;
#define AMQCPP_API
Definition: Config.h:30
Definition: BaseDataStructure.h:33
Definition: DataStructure.h:27
Pointer< ActiveMQDestination > destination
Definition: JournalQueueAck.h:51
Pointer< MessageAck > messageAck
Definition: JournalQueueAck.h:52
Definition: JournalQueueAck.h:48
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