Author: tabish Date: Tue Nov 28 03:29:13 2006 New Revision: 479998 URL: http://svn.apache.org/viewvc?view=rev&rev=479998 Log: https://issues.apache.org/activemq/browse/AMQCPP-16
Changed the get / set ReplyTo methods to handle cms::Destination pointers Modified: incubator/activemq/activemq-cpp/trunk/activemq-cpp/src/main/cms/Message.h Modified: incubator/activemq/activemq-cpp/trunk/activemq-cpp/src/main/cms/Message.h URL: http://svn.apache.org/viewvc/incubator/activemq/activemq-cpp/trunk/activemq-cpp/src/main/cms/Message.h?view=diff&rev=479998&r1=479997&r2=479998 ============================================================================== --- incubator/activemq/activemq-cpp/trunk/activemq-cpp/src/main/cms/Message.h (original) +++ incubator/activemq/activemq-cpp/trunk/activemq-cpp/src/main/cms/Message.h Tue Nov 28 03:29:13 2006 @@ -308,13 +308,13 @@ * Gets the CMS Reply To Address for this Message * @return Reply To Value */ - virtual std::string getCMSReplyTo() const = 0; + virtual const cms::Destination* getCMSReplyTo() const = 0; /** * Sets the CMS Reply To Address for this message * @param id - Reply To value */ - virtual void setCMSReplyTo( const std::string& id ) = 0; + virtual void setCMSReplyTo( const cms::Destination* destination ) = 0; /** * Gets the Time Stamp for this Message