18 #ifndef _ACTIVEMQ_COMMANDS_JOURNALTRACE_H_ 19 #define _ACTIVEMQ_COMMANDS_JOURNALTRACE_H_ 23 #pragma warning( disable : 4290 ) 53 const static unsigned char ID_JOURNALTRACE = 53;
66 virtual unsigned char getDataStructureType()
const;
72 virtual std::string toString()
const;
76 virtual const std::string& getMessage()
const;
77 virtual std::string& getMessage();
78 virtual void setMessage(
const std::string& message );
#define AMQCPP_API
Definition: Config.h:30
Definition: BaseDataStructure.h:33
std::string message
Definition: JournalTrace.h:49
Definition: DataStructure.h:27
Definition: JournalTrace.h:46
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