Return-Path: Delivered-To: apmail-activemq-commits-archive@www.apache.org Received: (qmail 28358 invoked from network); 6 Feb 2009 23:12:51 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 6 Feb 2009 23:12:51 -0000 Received: (qmail 39738 invoked by uid 500); 6 Feb 2009 23:12:51 -0000 Delivered-To: apmail-activemq-commits-archive@activemq.apache.org Received: (qmail 39652 invoked by uid 500); 6 Feb 2009 23:12:50 -0000 Mailing-List: contact commits-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list commits@activemq.apache.org Received: (qmail 39547 invoked by uid 99); 6 Feb 2009 23:12:50 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 06 Feb 2009 15:12:49 -0800 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 06 Feb 2009 23:12:43 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id AA0A22388C2D; Fri, 6 Feb 2009 23:11:55 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r741774 [14/17] - in /activemq/activemq-cpp/trunk/src: main/ main/activemq/commands/ main/activemq/core/ main/activemq/exceptions/ main/activemq/state/ main/activemq/wireformat/openwire/marshal/ main/activemq/wireformat/openwire/marshal/v1/... Date: Fri, 06 Feb 2009 23:11:39 -0000 To: commits@activemq.apache.org From: tabish@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20090206231155.AA0A22388C2D@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Modified: activemq/activemq-cpp/trunk/src/main/activemq/wireformat/openwire/marshal/v2/ProducerIdMarshaller.h URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/src/main/activemq/wireformat/openwire/marshal/v2/ProducerIdMarshaller.h?rev=741774&r1=741773&r2=741774&view=diff ============================================================================== --- activemq/activemq-cpp/trunk/src/main/activemq/wireformat/openwire/marshal/v2/ProducerIdMarshaller.h (original) +++ activemq/activemq-cpp/trunk/src/main/activemq/wireformat/openwire/marshal/v2/ProducerIdMarshaller.h Fri Feb 6 23:11:28 2009 @@ -40,9 +40,9 @@ namespace v2{ /** - * Marshalling code for Open Wire Format for ProducerIdMarshaller + * Marshaling code for Open Wire Format for ProducerIdMarshaller * - * NOTE!: This file is autogenerated - do not modify! + * NOTE!: This file is auto generated - do not modify! * if you need to make a change, please see the Java Classes * in the activemq-openwire-generator module */ @@ -59,14 +59,14 @@ virtual commands::DataStructure* createObject() const; /** - * Get the Data Structure Type that identifies this Marshaller + * Get the Data Structure Type that identifies this Marshaler * @return byte holding the data structure type value */ virtual unsigned char getDataStructureType() const; /** * Un-marshal an object instance from the data input stream - * @param wireFormat - describs the wire format of the broker + * @param wireFormat - describes the wire format of the broker * @param o - Object to be un-marshaled * @param dataIn - BinaryReader that provides that data * @param bs - BooleanStream @@ -78,7 +78,7 @@ /** * Write the booleans that this object uses to a BooleanStream - * @param wireFormat - describis the wire format of the broker + * @param wireFormat - describes the wire format of the broker * @param o - Object to be marshaled * @param bs - BooleanStream * @returns int @@ -89,7 +89,7 @@ /** * Write a object instance to data output stream - * @param wireFormat - describs the wire format of the broker + * @param wireFormat - describes the wire format of the broker * @param o - Object to be marshaled * @param dataOut - BinaryReader that provides that data sink * @param bs - BooleanStream @@ -101,7 +101,7 @@ /** * Un-marshal an object instance from the data input stream - * @param wireFormat - describs the wire format of the broker + * @param wireFormat - describes the wire format of the broker * @param o - Object to be marshaled * @param dataIn - BinaryReader that provides that data source */ Modified: activemq/activemq-cpp/trunk/src/main/activemq/wireformat/openwire/marshal/v2/ProducerInfoMarshaller.cpp URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/src/main/activemq/wireformat/openwire/marshal/v2/ProducerInfoMarshaller.cpp?rev=741774&r1=741773&r2=741774&view=diff ============================================================================== --- activemq/activemq-cpp/trunk/src/main/activemq/wireformat/openwire/marshal/v2/ProducerInfoMarshaller.cpp (original) +++ activemq/activemq-cpp/trunk/src/main/activemq/wireformat/openwire/marshal/v2/ProducerInfoMarshaller.cpp Fri Feb 6 23:11:28 2009 @@ -19,6 +19,7 @@ #include #include +#include // // NOTE!: This file is autogenerated - do not modify! @@ -37,6 +38,7 @@ using namespace activemq::wireformat::openwire::marshal::v2; using namespace decaf; using namespace decaf::io; +using namespace decaf::lang; /////////////////////////////////////////////////////////////////////////////// DataStructure* ProducerInfoMarshaller::createObject() const { @@ -57,17 +59,17 @@ ProducerInfo* info = dynamic_cast( dataStructure ); - info->setProducerId( dynamic_cast< ProducerId* >( - tightUnmarshalCachedObject( wireFormat, dataIn, bs ) ) ); - info->setDestination( dynamic_cast< ActiveMQDestination* >( - tightUnmarshalCachedObject( wireFormat, dataIn, bs ) ) ); + info->setProducerId( Pointer( dynamic_cast< ProducerId* >( + tightUnmarshalCachedObject( wireFormat, dataIn, bs ) ) ) ); + info->setDestination( Pointer( dynamic_cast< ActiveMQDestination* >( + tightUnmarshalCachedObject( wireFormat, dataIn, bs ) ) ) ); if( bs->readBoolean() ) { short size = dataIn->readShort(); info->getBrokerPath().reserve( size ); for( int i = 0; i < size; i++ ) { - info->getBrokerPath().push_back( dynamic_cast< BrokerId* >( - tightUnmarshalNestedObject( wireFormat, dataIn, bs ) ) ); + info->getBrokerPath().push_back( Pointer( dynamic_cast< BrokerId* >( + tightUnmarshalNestedObject( wireFormat, dataIn, bs ) ) ) ); } } else { @@ -90,8 +92,8 @@ dynamic_cast( dataStructure ); int rc = BaseCommandMarshaller::tightMarshal1( wireFormat, dataStructure, bs ); - rc += tightMarshalCachedObject1( wireFormat, info->getProducerId(), bs ); - rc += tightMarshalCachedObject1( wireFormat, info->getDestination(), bs ); + rc += tightMarshalCachedObject1( wireFormat, info->getProducerId().get(), bs ); + rc += tightMarshalCachedObject1( wireFormat, info->getDestination().get(), bs ); rc += tightMarshalObjectArray1( wireFormat, info->getBrokerPath(), bs ); bs->writeBoolean( info->isDispatchAsync() ); @@ -111,8 +113,8 @@ ProducerInfo* info = dynamic_cast( dataStructure ); - tightMarshalCachedObject2( wireFormat, info->getProducerId(), dataOut, bs ); - tightMarshalCachedObject2( wireFormat, info->getDestination(), dataOut, bs ); + tightMarshalCachedObject2( wireFormat, info->getProducerId().get(), dataOut, bs ); + tightMarshalCachedObject2( wireFormat, info->getDestination().get(), dataOut, bs ); tightMarshalObjectArray2( wireFormat, info->getBrokerPath(), dataOut, bs ); bs->readBoolean(); dataOut->writeInt( info->getWindowSize() ); @@ -130,17 +132,17 @@ BaseCommandMarshaller::looseUnmarshal( wireFormat, dataStructure, dataIn ); ProducerInfo* info = dynamic_cast( dataStructure ); - info->setProducerId( dynamic_cast< ProducerId* >( - looseUnmarshalCachedObject( wireFormat, dataIn ) ) ); - info->setDestination( dynamic_cast< ActiveMQDestination* >( - looseUnmarshalCachedObject( wireFormat, dataIn ) ) ); + info->setProducerId( Pointer( dynamic_cast< ProducerId* >( + looseUnmarshalCachedObject( wireFormat, dataIn ) ) ) ); + info->setDestination( Pointer( dynamic_cast< ActiveMQDestination* >( + looseUnmarshalCachedObject( wireFormat, dataIn ) ) ) ); if( dataIn->readBoolean() ) { short size = dataIn->readShort(); info->getBrokerPath().reserve( size ); for( int i = 0; i < size; i++ ) { - info->getBrokerPath().push_back( dynamic_cast( - looseUnmarshalNestedObject( wireFormat, dataIn ) ) ); + info->getBrokerPath().push_back( Pointer( dynamic_cast( + looseUnmarshalNestedObject( wireFormat, dataIn ) ) ) ); } } else { @@ -163,8 +165,8 @@ dynamic_cast( dataStructure ); BaseCommandMarshaller::looseMarshal( wireFormat, dataStructure, dataOut ); - looseMarshalCachedObject( wireFormat, info->getProducerId(), dataOut ); - looseMarshalCachedObject( wireFormat, info->getDestination(), dataOut ); + looseMarshalCachedObject( wireFormat, info->getProducerId().get(), dataOut ); + looseMarshalCachedObject( wireFormat, info->getDestination().get(), dataOut ); looseMarshalObjectArray( wireFormat, info->getBrokerPath(), dataOut ); dataOut->writeBoolean( info->isDispatchAsync() ); dataOut->writeInt( info->getWindowSize() ); Modified: activemq/activemq-cpp/trunk/src/main/activemq/wireformat/openwire/marshal/v2/ProducerInfoMarshaller.h URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/src/main/activemq/wireformat/openwire/marshal/v2/ProducerInfoMarshaller.h?rev=741774&r1=741773&r2=741774&view=diff ============================================================================== --- activemq/activemq-cpp/trunk/src/main/activemq/wireformat/openwire/marshal/v2/ProducerInfoMarshaller.h (original) +++ activemq/activemq-cpp/trunk/src/main/activemq/wireformat/openwire/marshal/v2/ProducerInfoMarshaller.h Fri Feb 6 23:11:28 2009 @@ -40,9 +40,9 @@ namespace v2{ /** - * Marshalling code for Open Wire Format for ProducerInfoMarshaller + * Marshaling code for Open Wire Format for ProducerInfoMarshaller * - * NOTE!: This file is autogenerated - do not modify! + * NOTE!: This file is auto generated - do not modify! * if you need to make a change, please see the Java Classes * in the activemq-openwire-generator module */ @@ -59,14 +59,14 @@ virtual commands::DataStructure* createObject() const; /** - * Get the Data Structure Type that identifies this Marshaller + * Get the Data Structure Type that identifies this Marshaler * @return byte holding the data structure type value */ virtual unsigned char getDataStructureType() const; /** * Un-marshal an object instance from the data input stream - * @param wireFormat - describs the wire format of the broker + * @param wireFormat - describes the wire format of the broker * @param o - Object to be un-marshaled * @param dataIn - BinaryReader that provides that data * @param bs - BooleanStream @@ -78,7 +78,7 @@ /** * Write the booleans that this object uses to a BooleanStream - * @param wireFormat - describis the wire format of the broker + * @param wireFormat - describes the wire format of the broker * @param o - Object to be marshaled * @param bs - BooleanStream * @returns int @@ -89,7 +89,7 @@ /** * Write a object instance to data output stream - * @param wireFormat - describs the wire format of the broker + * @param wireFormat - describes the wire format of the broker * @param o - Object to be marshaled * @param dataOut - BinaryReader that provides that data sink * @param bs - BooleanStream @@ -101,7 +101,7 @@ /** * Un-marshal an object instance from the data input stream - * @param wireFormat - describs the wire format of the broker + * @param wireFormat - describes the wire format of the broker * @param o - Object to be marshaled * @param dataIn - BinaryReader that provides that data source */ Modified: activemq/activemq-cpp/trunk/src/main/activemq/wireformat/openwire/marshal/v2/RemoveInfoMarshaller.cpp URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/src/main/activemq/wireformat/openwire/marshal/v2/RemoveInfoMarshaller.cpp?rev=741774&r1=741773&r2=741774&view=diff ============================================================================== --- activemq/activemq-cpp/trunk/src/main/activemq/wireformat/openwire/marshal/v2/RemoveInfoMarshaller.cpp (original) +++ activemq/activemq-cpp/trunk/src/main/activemq/wireformat/openwire/marshal/v2/RemoveInfoMarshaller.cpp Fri Feb 6 23:11:28 2009 @@ -19,6 +19,7 @@ #include #include +#include // // NOTE!: This file is autogenerated - do not modify! @@ -37,6 +38,7 @@ using namespace activemq::wireformat::openwire::marshal::v2; using namespace decaf; using namespace decaf::io; +using namespace decaf::lang; /////////////////////////////////////////////////////////////////////////////// DataStructure* RemoveInfoMarshaller::createObject() const { @@ -57,8 +59,8 @@ RemoveInfo* info = dynamic_cast( dataStructure ); - info->setObjectId( dynamic_cast< DataStructure* >( - tightUnmarshalCachedObject( wireFormat, dataIn, bs ) ) ); + info->setObjectId( Pointer( dynamic_cast< DataStructure* >( + tightUnmarshalCachedObject( wireFormat, dataIn, bs ) ) ) ); } AMQ_CATCH_RETHROW( decaf::io::IOException ) AMQ_CATCH_EXCEPTION_CONVERT( exceptions::ActiveMQException, decaf::io::IOException ) @@ -74,7 +76,7 @@ dynamic_cast( dataStructure ); int rc = BaseCommandMarshaller::tightMarshal1( wireFormat, dataStructure, bs ); - rc += tightMarshalCachedObject1( wireFormat, info->getObjectId(), bs ); + rc += tightMarshalCachedObject1( wireFormat, info->getObjectId().get(), bs ); return rc + 0; } @@ -92,7 +94,7 @@ RemoveInfo* info = dynamic_cast( dataStructure ); - tightMarshalCachedObject2( wireFormat, info->getObjectId(), dataOut, bs ); + tightMarshalCachedObject2( wireFormat, info->getObjectId().get(), dataOut, bs ); } AMQ_CATCH_RETHROW( decaf::io::IOException ) AMQ_CATCH_EXCEPTION_CONVERT( exceptions::ActiveMQException, decaf::io::IOException ) @@ -107,8 +109,8 @@ BaseCommandMarshaller::looseUnmarshal( wireFormat, dataStructure, dataIn ); RemoveInfo* info = dynamic_cast( dataStructure ); - info->setObjectId( dynamic_cast< DataStructure* >( - looseUnmarshalCachedObject( wireFormat, dataIn ) ) ); + info->setObjectId( Pointer( dynamic_cast< DataStructure* >( + looseUnmarshalCachedObject( wireFormat, dataIn ) ) ) ); } AMQ_CATCH_RETHROW( decaf::io::IOException ) AMQ_CATCH_EXCEPTION_CONVERT( exceptions::ActiveMQException, decaf::io::IOException ) @@ -124,7 +126,7 @@ dynamic_cast( dataStructure ); BaseCommandMarshaller::looseMarshal( wireFormat, dataStructure, dataOut ); - looseMarshalCachedObject( wireFormat, info->getObjectId(), dataOut ); + looseMarshalCachedObject( wireFormat, info->getObjectId().get(), dataOut ); } AMQ_CATCH_RETHROW( decaf::io::IOException ) AMQ_CATCH_EXCEPTION_CONVERT( exceptions::ActiveMQException, decaf::io::IOException ) Modified: activemq/activemq-cpp/trunk/src/main/activemq/wireformat/openwire/marshal/v2/RemoveInfoMarshaller.h URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/src/main/activemq/wireformat/openwire/marshal/v2/RemoveInfoMarshaller.h?rev=741774&r1=741773&r2=741774&view=diff ============================================================================== --- activemq/activemq-cpp/trunk/src/main/activemq/wireformat/openwire/marshal/v2/RemoveInfoMarshaller.h (original) +++ activemq/activemq-cpp/trunk/src/main/activemq/wireformat/openwire/marshal/v2/RemoveInfoMarshaller.h Fri Feb 6 23:11:28 2009 @@ -40,9 +40,9 @@ namespace v2{ /** - * Marshalling code for Open Wire Format for RemoveInfoMarshaller + * Marshaling code for Open Wire Format for RemoveInfoMarshaller * - * NOTE!: This file is autogenerated - do not modify! + * NOTE!: This file is auto generated - do not modify! * if you need to make a change, please see the Java Classes * in the activemq-openwire-generator module */ @@ -59,14 +59,14 @@ virtual commands::DataStructure* createObject() const; /** - * Get the Data Structure Type that identifies this Marshaller + * Get the Data Structure Type that identifies this Marshaler * @return byte holding the data structure type value */ virtual unsigned char getDataStructureType() const; /** * Un-marshal an object instance from the data input stream - * @param wireFormat - describs the wire format of the broker + * @param wireFormat - describes the wire format of the broker * @param o - Object to be un-marshaled * @param dataIn - BinaryReader that provides that data * @param bs - BooleanStream @@ -78,7 +78,7 @@ /** * Write the booleans that this object uses to a BooleanStream - * @param wireFormat - describis the wire format of the broker + * @param wireFormat - describes the wire format of the broker * @param o - Object to be marshaled * @param bs - BooleanStream * @returns int @@ -89,7 +89,7 @@ /** * Write a object instance to data output stream - * @param wireFormat - describs the wire format of the broker + * @param wireFormat - describes the wire format of the broker * @param o - Object to be marshaled * @param dataOut - BinaryReader that provides that data sink * @param bs - BooleanStream @@ -101,7 +101,7 @@ /** * Un-marshal an object instance from the data input stream - * @param wireFormat - describs the wire format of the broker + * @param wireFormat - describes the wire format of the broker * @param o - Object to be marshaled * @param dataIn - BinaryReader that provides that data source */ Modified: activemq/activemq-cpp/trunk/src/main/activemq/wireformat/openwire/marshal/v2/RemoveSubscriptionInfoMarshaller.cpp URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/src/main/activemq/wireformat/openwire/marshal/v2/RemoveSubscriptionInfoMarshaller.cpp?rev=741774&r1=741773&r2=741774&view=diff ============================================================================== --- activemq/activemq-cpp/trunk/src/main/activemq/wireformat/openwire/marshal/v2/RemoveSubscriptionInfoMarshaller.cpp (original) +++ activemq/activemq-cpp/trunk/src/main/activemq/wireformat/openwire/marshal/v2/RemoveSubscriptionInfoMarshaller.cpp Fri Feb 6 23:11:28 2009 @@ -19,6 +19,7 @@ #include #include +#include // // NOTE!: This file is autogenerated - do not modify! @@ -37,6 +38,7 @@ using namespace activemq::wireformat::openwire::marshal::v2; using namespace decaf; using namespace decaf::io; +using namespace decaf::lang; /////////////////////////////////////////////////////////////////////////////// DataStructure* RemoveSubscriptionInfoMarshaller::createObject() const { @@ -57,8 +59,8 @@ RemoveSubscriptionInfo* info = dynamic_cast( dataStructure ); - info->setConnectionId( dynamic_cast< ConnectionId* >( - tightUnmarshalCachedObject( wireFormat, dataIn, bs ) ) ); + info->setConnectionId( Pointer( dynamic_cast< ConnectionId* >( + tightUnmarshalCachedObject( wireFormat, dataIn, bs ) ) ) ); info->setSubcriptionName( tightUnmarshalString( dataIn, bs ) ); info->setClientId( tightUnmarshalString( dataIn, bs ) ); } @@ -76,7 +78,7 @@ dynamic_cast( dataStructure ); int rc = BaseCommandMarshaller::tightMarshal1( wireFormat, dataStructure, bs ); - rc += tightMarshalCachedObject1( wireFormat, info->getConnectionId(), bs ); + rc += tightMarshalCachedObject1( wireFormat, info->getConnectionId().get(), bs ); rc += tightMarshalString1( info->getSubcriptionName(), bs ); rc += tightMarshalString1( info->getClientId(), bs ); @@ -96,7 +98,7 @@ RemoveSubscriptionInfo* info = dynamic_cast( dataStructure ); - tightMarshalCachedObject2( wireFormat, info->getConnectionId(), dataOut, bs ); + tightMarshalCachedObject2( wireFormat, info->getConnectionId().get(), dataOut, bs ); tightMarshalString2( info->getSubcriptionName(), dataOut, bs ); tightMarshalString2( info->getClientId(), dataOut, bs ); } @@ -113,8 +115,8 @@ BaseCommandMarshaller::looseUnmarshal( wireFormat, dataStructure, dataIn ); RemoveSubscriptionInfo* info = dynamic_cast( dataStructure ); - info->setConnectionId( dynamic_cast< ConnectionId* >( - looseUnmarshalCachedObject( wireFormat, dataIn ) ) ); + info->setConnectionId( Pointer( dynamic_cast< ConnectionId* >( + looseUnmarshalCachedObject( wireFormat, dataIn ) ) ) ); info->setSubcriptionName( looseUnmarshalString( dataIn ) ); info->setClientId( looseUnmarshalString( dataIn ) ); } @@ -132,7 +134,7 @@ dynamic_cast( dataStructure ); BaseCommandMarshaller::looseMarshal( wireFormat, dataStructure, dataOut ); - looseMarshalCachedObject( wireFormat, info->getConnectionId(), dataOut ); + looseMarshalCachedObject( wireFormat, info->getConnectionId().get(), dataOut ); looseMarshalString( info->getSubcriptionName(), dataOut ); looseMarshalString( info->getClientId(), dataOut ); } Modified: activemq/activemq-cpp/trunk/src/main/activemq/wireformat/openwire/marshal/v2/RemoveSubscriptionInfoMarshaller.h URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/src/main/activemq/wireformat/openwire/marshal/v2/RemoveSubscriptionInfoMarshaller.h?rev=741774&r1=741773&r2=741774&view=diff ============================================================================== --- activemq/activemq-cpp/trunk/src/main/activemq/wireformat/openwire/marshal/v2/RemoveSubscriptionInfoMarshaller.h (original) +++ activemq/activemq-cpp/trunk/src/main/activemq/wireformat/openwire/marshal/v2/RemoveSubscriptionInfoMarshaller.h Fri Feb 6 23:11:28 2009 @@ -40,9 +40,9 @@ namespace v2{ /** - * Marshalling code for Open Wire Format for RemoveSubscriptionInfoMarshaller + * Marshaling code for Open Wire Format for RemoveSubscriptionInfoMarshaller * - * NOTE!: This file is autogenerated - do not modify! + * NOTE!: This file is auto generated - do not modify! * if you need to make a change, please see the Java Classes * in the activemq-openwire-generator module */ @@ -59,14 +59,14 @@ virtual commands::DataStructure* createObject() const; /** - * Get the Data Structure Type that identifies this Marshaller + * Get the Data Structure Type that identifies this Marshaler * @return byte holding the data structure type value */ virtual unsigned char getDataStructureType() const; /** * Un-marshal an object instance from the data input stream - * @param wireFormat - describs the wire format of the broker + * @param wireFormat - describes the wire format of the broker * @param o - Object to be un-marshaled * @param dataIn - BinaryReader that provides that data * @param bs - BooleanStream @@ -78,7 +78,7 @@ /** * Write the booleans that this object uses to a BooleanStream - * @param wireFormat - describis the wire format of the broker + * @param wireFormat - describes the wire format of the broker * @param o - Object to be marshaled * @param bs - BooleanStream * @returns int @@ -89,7 +89,7 @@ /** * Write a object instance to data output stream - * @param wireFormat - describs the wire format of the broker + * @param wireFormat - describes the wire format of the broker * @param o - Object to be marshaled * @param dataOut - BinaryReader that provides that data sink * @param bs - BooleanStream @@ -101,7 +101,7 @@ /** * Un-marshal an object instance from the data input stream - * @param wireFormat - describs the wire format of the broker + * @param wireFormat - describes the wire format of the broker * @param o - Object to be marshaled * @param dataIn - BinaryReader that provides that data source */ Modified: activemq/activemq-cpp/trunk/src/main/activemq/wireformat/openwire/marshal/v2/ReplayCommandMarshaller.cpp URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/src/main/activemq/wireformat/openwire/marshal/v2/ReplayCommandMarshaller.cpp?rev=741774&r1=741773&r2=741774&view=diff ============================================================================== --- activemq/activemq-cpp/trunk/src/main/activemq/wireformat/openwire/marshal/v2/ReplayCommandMarshaller.cpp (original) +++ activemq/activemq-cpp/trunk/src/main/activemq/wireformat/openwire/marshal/v2/ReplayCommandMarshaller.cpp Fri Feb 6 23:11:28 2009 @@ -19,6 +19,7 @@ #include #include +#include // // NOTE!: This file is autogenerated - do not modify! @@ -37,6 +38,7 @@ using namespace activemq::wireformat::openwire::marshal::v2; using namespace decaf; using namespace decaf::io; +using namespace decaf::lang; /////////////////////////////////////////////////////////////////////////////// DataStructure* ReplayCommandMarshaller::createObject() const { Modified: activemq/activemq-cpp/trunk/src/main/activemq/wireformat/openwire/marshal/v2/ReplayCommandMarshaller.h URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/src/main/activemq/wireformat/openwire/marshal/v2/ReplayCommandMarshaller.h?rev=741774&r1=741773&r2=741774&view=diff ============================================================================== --- activemq/activemq-cpp/trunk/src/main/activemq/wireformat/openwire/marshal/v2/ReplayCommandMarshaller.h (original) +++ activemq/activemq-cpp/trunk/src/main/activemq/wireformat/openwire/marshal/v2/ReplayCommandMarshaller.h Fri Feb 6 23:11:28 2009 @@ -40,9 +40,9 @@ namespace v2{ /** - * Marshalling code for Open Wire Format for ReplayCommandMarshaller + * Marshaling code for Open Wire Format for ReplayCommandMarshaller * - * NOTE!: This file is autogenerated - do not modify! + * NOTE!: This file is auto generated - do not modify! * if you need to make a change, please see the Java Classes * in the activemq-openwire-generator module */ @@ -59,14 +59,14 @@ virtual commands::DataStructure* createObject() const; /** - * Get the Data Structure Type that identifies this Marshaller + * Get the Data Structure Type that identifies this Marshaler * @return byte holding the data structure type value */ virtual unsigned char getDataStructureType() const; /** * Un-marshal an object instance from the data input stream - * @param wireFormat - describs the wire format of the broker + * @param wireFormat - describes the wire format of the broker * @param o - Object to be un-marshaled * @param dataIn - BinaryReader that provides that data * @param bs - BooleanStream @@ -78,7 +78,7 @@ /** * Write the booleans that this object uses to a BooleanStream - * @param wireFormat - describis the wire format of the broker + * @param wireFormat - describes the wire format of the broker * @param o - Object to be marshaled * @param bs - BooleanStream * @returns int @@ -89,7 +89,7 @@ /** * Write a object instance to data output stream - * @param wireFormat - describs the wire format of the broker + * @param wireFormat - describes the wire format of the broker * @param o - Object to be marshaled * @param dataOut - BinaryReader that provides that data sink * @param bs - BooleanStream @@ -101,7 +101,7 @@ /** * Un-marshal an object instance from the data input stream - * @param wireFormat - describs the wire format of the broker + * @param wireFormat - describes the wire format of the broker * @param o - Object to be marshaled * @param dataIn - BinaryReader that provides that data source */ Modified: activemq/activemq-cpp/trunk/src/main/activemq/wireformat/openwire/marshal/v2/ResponseMarshaller.cpp URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/src/main/activemq/wireformat/openwire/marshal/v2/ResponseMarshaller.cpp?rev=741774&r1=741773&r2=741774&view=diff ============================================================================== --- activemq/activemq-cpp/trunk/src/main/activemq/wireformat/openwire/marshal/v2/ResponseMarshaller.cpp (original) +++ activemq/activemq-cpp/trunk/src/main/activemq/wireformat/openwire/marshal/v2/ResponseMarshaller.cpp Fri Feb 6 23:11:28 2009 @@ -19,6 +19,7 @@ #include #include +#include // // NOTE!: This file is autogenerated - do not modify! @@ -37,6 +38,7 @@ using namespace activemq::wireformat::openwire::marshal::v2; using namespace decaf; using namespace decaf::io; +using namespace decaf::lang; /////////////////////////////////////////////////////////////////////////////// DataStructure* ResponseMarshaller::createObject() const { Modified: activemq/activemq-cpp/trunk/src/main/activemq/wireformat/openwire/marshal/v2/ResponseMarshaller.h URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/src/main/activemq/wireformat/openwire/marshal/v2/ResponseMarshaller.h?rev=741774&r1=741773&r2=741774&view=diff ============================================================================== --- activemq/activemq-cpp/trunk/src/main/activemq/wireformat/openwire/marshal/v2/ResponseMarshaller.h (original) +++ activemq/activemq-cpp/trunk/src/main/activemq/wireformat/openwire/marshal/v2/ResponseMarshaller.h Fri Feb 6 23:11:28 2009 @@ -40,9 +40,9 @@ namespace v2{ /** - * Marshalling code for Open Wire Format for ResponseMarshaller + * Marshaling code for Open Wire Format for ResponseMarshaller * - * NOTE!: This file is autogenerated - do not modify! + * NOTE!: This file is auto generated - do not modify! * if you need to make a change, please see the Java Classes * in the activemq-openwire-generator module */ @@ -59,14 +59,14 @@ virtual commands::DataStructure* createObject() const; /** - * Get the Data Structure Type that identifies this Marshaller + * Get the Data Structure Type that identifies this Marshaler * @return byte holding the data structure type value */ virtual unsigned char getDataStructureType() const; /** * Un-marshal an object instance from the data input stream - * @param wireFormat - describs the wire format of the broker + * @param wireFormat - describes the wire format of the broker * @param o - Object to be un-marshaled * @param dataIn - BinaryReader that provides that data * @param bs - BooleanStream @@ -78,7 +78,7 @@ /** * Write the booleans that this object uses to a BooleanStream - * @param wireFormat - describis the wire format of the broker + * @param wireFormat - describes the wire format of the broker * @param o - Object to be marshaled * @param bs - BooleanStream * @returns int @@ -89,7 +89,7 @@ /** * Write a object instance to data output stream - * @param wireFormat - describs the wire format of the broker + * @param wireFormat - describes the wire format of the broker * @param o - Object to be marshaled * @param dataOut - BinaryReader that provides that data sink * @param bs - BooleanStream @@ -101,7 +101,7 @@ /** * Un-marshal an object instance from the data input stream - * @param wireFormat - describs the wire format of the broker + * @param wireFormat - describes the wire format of the broker * @param o - Object to be marshaled * @param dataIn - BinaryReader that provides that data source */ Modified: activemq/activemq-cpp/trunk/src/main/activemq/wireformat/openwire/marshal/v2/SessionIdMarshaller.cpp URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/src/main/activemq/wireformat/openwire/marshal/v2/SessionIdMarshaller.cpp?rev=741774&r1=741773&r2=741774&view=diff ============================================================================== --- activemq/activemq-cpp/trunk/src/main/activemq/wireformat/openwire/marshal/v2/SessionIdMarshaller.cpp (original) +++ activemq/activemq-cpp/trunk/src/main/activemq/wireformat/openwire/marshal/v2/SessionIdMarshaller.cpp Fri Feb 6 23:11:28 2009 @@ -19,6 +19,7 @@ #include #include +#include // // NOTE!: This file is autogenerated - do not modify! @@ -37,6 +38,7 @@ using namespace activemq::wireformat::openwire::marshal::v2; using namespace decaf; using namespace decaf::io; +using namespace decaf::lang; /////////////////////////////////////////////////////////////////////////////// DataStructure* SessionIdMarshaller::createObject() const { Modified: activemq/activemq-cpp/trunk/src/main/activemq/wireformat/openwire/marshal/v2/SessionIdMarshaller.h URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/src/main/activemq/wireformat/openwire/marshal/v2/SessionIdMarshaller.h?rev=741774&r1=741773&r2=741774&view=diff ============================================================================== --- activemq/activemq-cpp/trunk/src/main/activemq/wireformat/openwire/marshal/v2/SessionIdMarshaller.h (original) +++ activemq/activemq-cpp/trunk/src/main/activemq/wireformat/openwire/marshal/v2/SessionIdMarshaller.h Fri Feb 6 23:11:28 2009 @@ -40,9 +40,9 @@ namespace v2{ /** - * Marshalling code for Open Wire Format for SessionIdMarshaller + * Marshaling code for Open Wire Format for SessionIdMarshaller * - * NOTE!: This file is autogenerated - do not modify! + * NOTE!: This file is auto generated - do not modify! * if you need to make a change, please see the Java Classes * in the activemq-openwire-generator module */ @@ -59,14 +59,14 @@ virtual commands::DataStructure* createObject() const; /** - * Get the Data Structure Type that identifies this Marshaller + * Get the Data Structure Type that identifies this Marshaler * @return byte holding the data structure type value */ virtual unsigned char getDataStructureType() const; /** * Un-marshal an object instance from the data input stream - * @param wireFormat - describs the wire format of the broker + * @param wireFormat - describes the wire format of the broker * @param o - Object to be un-marshaled * @param dataIn - BinaryReader that provides that data * @param bs - BooleanStream @@ -78,7 +78,7 @@ /** * Write the booleans that this object uses to a BooleanStream - * @param wireFormat - describis the wire format of the broker + * @param wireFormat - describes the wire format of the broker * @param o - Object to be marshaled * @param bs - BooleanStream * @returns int @@ -89,7 +89,7 @@ /** * Write a object instance to data output stream - * @param wireFormat - describs the wire format of the broker + * @param wireFormat - describes the wire format of the broker * @param o - Object to be marshaled * @param dataOut - BinaryReader that provides that data sink * @param bs - BooleanStream @@ -101,7 +101,7 @@ /** * Un-marshal an object instance from the data input stream - * @param wireFormat - describs the wire format of the broker + * @param wireFormat - describes the wire format of the broker * @param o - Object to be marshaled * @param dataIn - BinaryReader that provides that data source */ Modified: activemq/activemq-cpp/trunk/src/main/activemq/wireformat/openwire/marshal/v2/SessionInfoMarshaller.cpp URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/src/main/activemq/wireformat/openwire/marshal/v2/SessionInfoMarshaller.cpp?rev=741774&r1=741773&r2=741774&view=diff ============================================================================== --- activemq/activemq-cpp/trunk/src/main/activemq/wireformat/openwire/marshal/v2/SessionInfoMarshaller.cpp (original) +++ activemq/activemq-cpp/trunk/src/main/activemq/wireformat/openwire/marshal/v2/SessionInfoMarshaller.cpp Fri Feb 6 23:11:28 2009 @@ -19,6 +19,7 @@ #include #include +#include // // NOTE!: This file is autogenerated - do not modify! @@ -37,6 +38,7 @@ using namespace activemq::wireformat::openwire::marshal::v2; using namespace decaf; using namespace decaf::io; +using namespace decaf::lang; /////////////////////////////////////////////////////////////////////////////// DataStructure* SessionInfoMarshaller::createObject() const { @@ -57,8 +59,8 @@ SessionInfo* info = dynamic_cast( dataStructure ); - info->setSessionId( dynamic_cast< SessionId* >( - tightUnmarshalCachedObject( wireFormat, dataIn, bs ) ) ); + info->setSessionId( Pointer( dynamic_cast< SessionId* >( + tightUnmarshalCachedObject( wireFormat, dataIn, bs ) ) ) ); } AMQ_CATCH_RETHROW( decaf::io::IOException ) AMQ_CATCH_EXCEPTION_CONVERT( exceptions::ActiveMQException, decaf::io::IOException ) @@ -74,7 +76,7 @@ dynamic_cast( dataStructure ); int rc = BaseCommandMarshaller::tightMarshal1( wireFormat, dataStructure, bs ); - rc += tightMarshalCachedObject1( wireFormat, info->getSessionId(), bs ); + rc += tightMarshalCachedObject1( wireFormat, info->getSessionId().get(), bs ); return rc + 0; } @@ -92,7 +94,7 @@ SessionInfo* info = dynamic_cast( dataStructure ); - tightMarshalCachedObject2( wireFormat, info->getSessionId(), dataOut, bs ); + tightMarshalCachedObject2( wireFormat, info->getSessionId().get(), dataOut, bs ); } AMQ_CATCH_RETHROW( decaf::io::IOException ) AMQ_CATCH_EXCEPTION_CONVERT( exceptions::ActiveMQException, decaf::io::IOException ) @@ -107,8 +109,8 @@ BaseCommandMarshaller::looseUnmarshal( wireFormat, dataStructure, dataIn ); SessionInfo* info = dynamic_cast( dataStructure ); - info->setSessionId( dynamic_cast< SessionId* >( - looseUnmarshalCachedObject( wireFormat, dataIn ) ) ); + info->setSessionId( Pointer( dynamic_cast< SessionId* >( + looseUnmarshalCachedObject( wireFormat, dataIn ) ) ) ); } AMQ_CATCH_RETHROW( decaf::io::IOException ) AMQ_CATCH_EXCEPTION_CONVERT( exceptions::ActiveMQException, decaf::io::IOException ) @@ -124,7 +126,7 @@ dynamic_cast( dataStructure ); BaseCommandMarshaller::looseMarshal( wireFormat, dataStructure, dataOut ); - looseMarshalCachedObject( wireFormat, info->getSessionId(), dataOut ); + looseMarshalCachedObject( wireFormat, info->getSessionId().get(), dataOut ); } AMQ_CATCH_RETHROW( decaf::io::IOException ) AMQ_CATCH_EXCEPTION_CONVERT( exceptions::ActiveMQException, decaf::io::IOException ) Modified: activemq/activemq-cpp/trunk/src/main/activemq/wireformat/openwire/marshal/v2/SessionInfoMarshaller.h URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/src/main/activemq/wireformat/openwire/marshal/v2/SessionInfoMarshaller.h?rev=741774&r1=741773&r2=741774&view=diff ============================================================================== --- activemq/activemq-cpp/trunk/src/main/activemq/wireformat/openwire/marshal/v2/SessionInfoMarshaller.h (original) +++ activemq/activemq-cpp/trunk/src/main/activemq/wireformat/openwire/marshal/v2/SessionInfoMarshaller.h Fri Feb 6 23:11:28 2009 @@ -40,9 +40,9 @@ namespace v2{ /** - * Marshalling code for Open Wire Format for SessionInfoMarshaller + * Marshaling code for Open Wire Format for SessionInfoMarshaller * - * NOTE!: This file is autogenerated - do not modify! + * NOTE!: This file is auto generated - do not modify! * if you need to make a change, please see the Java Classes * in the activemq-openwire-generator module */ @@ -59,14 +59,14 @@ virtual commands::DataStructure* createObject() const; /** - * Get the Data Structure Type that identifies this Marshaller + * Get the Data Structure Type that identifies this Marshaler * @return byte holding the data structure type value */ virtual unsigned char getDataStructureType() const; /** * Un-marshal an object instance from the data input stream - * @param wireFormat - describs the wire format of the broker + * @param wireFormat - describes the wire format of the broker * @param o - Object to be un-marshaled * @param dataIn - BinaryReader that provides that data * @param bs - BooleanStream @@ -78,7 +78,7 @@ /** * Write the booleans that this object uses to a BooleanStream - * @param wireFormat - describis the wire format of the broker + * @param wireFormat - describes the wire format of the broker * @param o - Object to be marshaled * @param bs - BooleanStream * @returns int @@ -89,7 +89,7 @@ /** * Write a object instance to data output stream - * @param wireFormat - describs the wire format of the broker + * @param wireFormat - describes the wire format of the broker * @param o - Object to be marshaled * @param dataOut - BinaryReader that provides that data sink * @param bs - BooleanStream @@ -101,7 +101,7 @@ /** * Un-marshal an object instance from the data input stream - * @param wireFormat - describs the wire format of the broker + * @param wireFormat - describes the wire format of the broker * @param o - Object to be marshaled * @param dataIn - BinaryReader that provides that data source */ Modified: activemq/activemq-cpp/trunk/src/main/activemq/wireformat/openwire/marshal/v2/ShutdownInfoMarshaller.cpp URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/src/main/activemq/wireformat/openwire/marshal/v2/ShutdownInfoMarshaller.cpp?rev=741774&r1=741773&r2=741774&view=diff ============================================================================== --- activemq/activemq-cpp/trunk/src/main/activemq/wireformat/openwire/marshal/v2/ShutdownInfoMarshaller.cpp (original) +++ activemq/activemq-cpp/trunk/src/main/activemq/wireformat/openwire/marshal/v2/ShutdownInfoMarshaller.cpp Fri Feb 6 23:11:28 2009 @@ -19,6 +19,7 @@ #include #include +#include // // NOTE!: This file is autogenerated - do not modify! @@ -37,6 +38,7 @@ using namespace activemq::wireformat::openwire::marshal::v2; using namespace decaf; using namespace decaf::io; +using namespace decaf::lang; /////////////////////////////////////////////////////////////////////////////// DataStructure* ShutdownInfoMarshaller::createObject() const { Modified: activemq/activemq-cpp/trunk/src/main/activemq/wireformat/openwire/marshal/v2/ShutdownInfoMarshaller.h URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/src/main/activemq/wireformat/openwire/marshal/v2/ShutdownInfoMarshaller.h?rev=741774&r1=741773&r2=741774&view=diff ============================================================================== --- activemq/activemq-cpp/trunk/src/main/activemq/wireformat/openwire/marshal/v2/ShutdownInfoMarshaller.h (original) +++ activemq/activemq-cpp/trunk/src/main/activemq/wireformat/openwire/marshal/v2/ShutdownInfoMarshaller.h Fri Feb 6 23:11:28 2009 @@ -40,9 +40,9 @@ namespace v2{ /** - * Marshalling code for Open Wire Format for ShutdownInfoMarshaller + * Marshaling code for Open Wire Format for ShutdownInfoMarshaller * - * NOTE!: This file is autogenerated - do not modify! + * NOTE!: This file is auto generated - do not modify! * if you need to make a change, please see the Java Classes * in the activemq-openwire-generator module */ @@ -59,14 +59,14 @@ virtual commands::DataStructure* createObject() const; /** - * Get the Data Structure Type that identifies this Marshaller + * Get the Data Structure Type that identifies this Marshaler * @return byte holding the data structure type value */ virtual unsigned char getDataStructureType() const; /** * Un-marshal an object instance from the data input stream - * @param wireFormat - describs the wire format of the broker + * @param wireFormat - describes the wire format of the broker * @param o - Object to be un-marshaled * @param dataIn - BinaryReader that provides that data * @param bs - BooleanStream @@ -78,7 +78,7 @@ /** * Write the booleans that this object uses to a BooleanStream - * @param wireFormat - describis the wire format of the broker + * @param wireFormat - describes the wire format of the broker * @param o - Object to be marshaled * @param bs - BooleanStream * @returns int @@ -89,7 +89,7 @@ /** * Write a object instance to data output stream - * @param wireFormat - describs the wire format of the broker + * @param wireFormat - describes the wire format of the broker * @param o - Object to be marshaled * @param dataOut - BinaryReader that provides that data sink * @param bs - BooleanStream @@ -101,7 +101,7 @@ /** * Un-marshal an object instance from the data input stream - * @param wireFormat - describs the wire format of the broker + * @param wireFormat - describes the wire format of the broker * @param o - Object to be marshaled * @param dataIn - BinaryReader that provides that data source */ Modified: activemq/activemq-cpp/trunk/src/main/activemq/wireformat/openwire/marshal/v2/SubscriptionInfoMarshaller.cpp URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/src/main/activemq/wireformat/openwire/marshal/v2/SubscriptionInfoMarshaller.cpp?rev=741774&r1=741773&r2=741774&view=diff ============================================================================== --- activemq/activemq-cpp/trunk/src/main/activemq/wireformat/openwire/marshal/v2/SubscriptionInfoMarshaller.cpp (original) +++ activemq/activemq-cpp/trunk/src/main/activemq/wireformat/openwire/marshal/v2/SubscriptionInfoMarshaller.cpp Fri Feb 6 23:11:28 2009 @@ -19,6 +19,7 @@ #include #include +#include // // NOTE!: This file is autogenerated - do not modify! @@ -37,6 +38,7 @@ using namespace activemq::wireformat::openwire::marshal::v2; using namespace decaf; using namespace decaf::io; +using namespace decaf::lang; /////////////////////////////////////////////////////////////////////////////// DataStructure* SubscriptionInfoMarshaller::createObject() const { @@ -58,12 +60,12 @@ SubscriptionInfo* info = dynamic_cast( dataStructure ); info->setClientId( tightUnmarshalString( dataIn, bs ) ); - info->setDestination( dynamic_cast< ActiveMQDestination* >( - tightUnmarshalCachedObject( wireFormat, dataIn, bs ) ) ); + info->setDestination( Pointer( dynamic_cast< ActiveMQDestination* >( + tightUnmarshalCachedObject( wireFormat, dataIn, bs ) ) ) ); info->setSelector( tightUnmarshalString( dataIn, bs ) ); info->setSubcriptionName( tightUnmarshalString( dataIn, bs ) ); - info->setSubscribedDestination( dynamic_cast< ActiveMQDestination* >( - tightUnmarshalNestedObject( wireFormat, dataIn, bs ) ) ); + info->setSubscribedDestination( Pointer( dynamic_cast< ActiveMQDestination* >( + tightUnmarshalNestedObject( wireFormat, dataIn, bs ) ) ) ); } AMQ_CATCH_RETHROW( decaf::io::IOException ) AMQ_CATCH_EXCEPTION_CONVERT( exceptions::ActiveMQException, decaf::io::IOException ) @@ -80,10 +82,10 @@ int rc = BaseDataStreamMarshaller::tightMarshal1( wireFormat, dataStructure, bs ); rc += tightMarshalString1( info->getClientId(), bs ); - rc += tightMarshalCachedObject1( wireFormat, info->getDestination(), bs ); + rc += tightMarshalCachedObject1( wireFormat, info->getDestination().get(), bs ); rc += tightMarshalString1( info->getSelector(), bs ); rc += tightMarshalString1( info->getSubcriptionName(), bs ); - rc += tightMarshalNestedObject1( wireFormat, info->getSubscribedDestination(), bs ); + rc += tightMarshalNestedObject1( wireFormat, info->getSubscribedDestination().get(), bs ); return rc + 0; } @@ -102,10 +104,10 @@ SubscriptionInfo* info = dynamic_cast( dataStructure ); tightMarshalString2( info->getClientId(), dataOut, bs ); - tightMarshalCachedObject2( wireFormat, info->getDestination(), dataOut, bs ); + tightMarshalCachedObject2( wireFormat, info->getDestination().get(), dataOut, bs ); tightMarshalString2( info->getSelector(), dataOut, bs ); tightMarshalString2( info->getSubcriptionName(), dataOut, bs ); - tightMarshalNestedObject2( wireFormat, info->getSubscribedDestination(), dataOut, bs ); + tightMarshalNestedObject2( wireFormat, info->getSubscribedDestination().get(), dataOut, bs ); } AMQ_CATCH_RETHROW( decaf::io::IOException ) AMQ_CATCH_EXCEPTION_CONVERT( exceptions::ActiveMQException, decaf::io::IOException ) @@ -121,12 +123,12 @@ SubscriptionInfo* info = dynamic_cast( dataStructure ); info->setClientId( looseUnmarshalString( dataIn ) ); - info->setDestination( dynamic_cast< ActiveMQDestination* >( - looseUnmarshalCachedObject( wireFormat, dataIn ) ) ); + info->setDestination( Pointer( dynamic_cast< ActiveMQDestination* >( + looseUnmarshalCachedObject( wireFormat, dataIn ) ) ) ); info->setSelector( looseUnmarshalString( dataIn ) ); info->setSubcriptionName( looseUnmarshalString( dataIn ) ); - info->setSubscribedDestination( dynamic_cast< ActiveMQDestination* >( - looseUnmarshalNestedObject( wireFormat, dataIn ) ) ); + info->setSubscribedDestination( Pointer( dynamic_cast< ActiveMQDestination* >( + looseUnmarshalNestedObject( wireFormat, dataIn ) ) ) ); } AMQ_CATCH_RETHROW( decaf::io::IOException ) AMQ_CATCH_EXCEPTION_CONVERT( exceptions::ActiveMQException, decaf::io::IOException ) @@ -143,10 +145,10 @@ BaseDataStreamMarshaller::looseMarshal( wireFormat, dataStructure, dataOut ); looseMarshalString( info->getClientId(), dataOut ); - looseMarshalCachedObject( wireFormat, info->getDestination(), dataOut ); + looseMarshalCachedObject( wireFormat, info->getDestination().get(), dataOut ); looseMarshalString( info->getSelector(), dataOut ); looseMarshalString( info->getSubcriptionName(), dataOut ); - looseMarshalNestedObject( wireFormat, info->getSubscribedDestination(), dataOut ); + looseMarshalNestedObject( wireFormat, info->getSubscribedDestination().get(), dataOut ); } AMQ_CATCH_RETHROW( decaf::io::IOException ) AMQ_CATCH_EXCEPTION_CONVERT( exceptions::ActiveMQException, decaf::io::IOException ) Modified: activemq/activemq-cpp/trunk/src/main/activemq/wireformat/openwire/marshal/v2/SubscriptionInfoMarshaller.h URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/src/main/activemq/wireformat/openwire/marshal/v2/SubscriptionInfoMarshaller.h?rev=741774&r1=741773&r2=741774&view=diff ============================================================================== --- activemq/activemq-cpp/trunk/src/main/activemq/wireformat/openwire/marshal/v2/SubscriptionInfoMarshaller.h (original) +++ activemq/activemq-cpp/trunk/src/main/activemq/wireformat/openwire/marshal/v2/SubscriptionInfoMarshaller.h Fri Feb 6 23:11:28 2009 @@ -40,9 +40,9 @@ namespace v2{ /** - * Marshalling code for Open Wire Format for SubscriptionInfoMarshaller + * Marshaling code for Open Wire Format for SubscriptionInfoMarshaller * - * NOTE!: This file is autogenerated - do not modify! + * NOTE!: This file is auto generated - do not modify! * if you need to make a change, please see the Java Classes * in the activemq-openwire-generator module */ @@ -59,14 +59,14 @@ virtual commands::DataStructure* createObject() const; /** - * Get the Data Structure Type that identifies this Marshaller + * Get the Data Structure Type that identifies this Marshaler * @return byte holding the data structure type value */ virtual unsigned char getDataStructureType() const; /** * Un-marshal an object instance from the data input stream - * @param wireFormat - describs the wire format of the broker + * @param wireFormat - describes the wire format of the broker * @param o - Object to be un-marshaled * @param dataIn - BinaryReader that provides that data * @param bs - BooleanStream @@ -78,7 +78,7 @@ /** * Write the booleans that this object uses to a BooleanStream - * @param wireFormat - describis the wire format of the broker + * @param wireFormat - describes the wire format of the broker * @param o - Object to be marshaled * @param bs - BooleanStream * @returns int @@ -89,7 +89,7 @@ /** * Write a object instance to data output stream - * @param wireFormat - describs the wire format of the broker + * @param wireFormat - describes the wire format of the broker * @param o - Object to be marshaled * @param dataOut - BinaryReader that provides that data sink * @param bs - BooleanStream @@ -101,7 +101,7 @@ /** * Un-marshal an object instance from the data input stream - * @param wireFormat - describs the wire format of the broker + * @param wireFormat - describes the wire format of the broker * @param o - Object to be marshaled * @param dataIn - BinaryReader that provides that data source */ Modified: activemq/activemq-cpp/trunk/src/main/activemq/wireformat/openwire/marshal/v2/TransactionIdMarshaller.cpp URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/src/main/activemq/wireformat/openwire/marshal/v2/TransactionIdMarshaller.cpp?rev=741774&r1=741773&r2=741774&view=diff ============================================================================== --- activemq/activemq-cpp/trunk/src/main/activemq/wireformat/openwire/marshal/v2/TransactionIdMarshaller.cpp (original) +++ activemq/activemq-cpp/trunk/src/main/activemq/wireformat/openwire/marshal/v2/TransactionIdMarshaller.cpp Fri Feb 6 23:11:28 2009 @@ -19,6 +19,7 @@ #include #include +#include // // NOTE!: This file is autogenerated - do not modify! @@ -37,6 +38,7 @@ using namespace activemq::wireformat::openwire::marshal::v2; using namespace decaf; using namespace decaf::io; +using namespace decaf::lang; /////////////////////////////////////////////////////////////////////////////// void TransactionIdMarshaller::tightUnmarshal( OpenWireFormat* wireFormat, DataStructure* dataStructure, DataInputStream* dataIn, BooleanStream* bs ) throw( decaf::io::IOException ) { Modified: activemq/activemq-cpp/trunk/src/main/activemq/wireformat/openwire/marshal/v2/TransactionIdMarshaller.h URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/src/main/activemq/wireformat/openwire/marshal/v2/TransactionIdMarshaller.h?rev=741774&r1=741773&r2=741774&view=diff ============================================================================== --- activemq/activemq-cpp/trunk/src/main/activemq/wireformat/openwire/marshal/v2/TransactionIdMarshaller.h (original) +++ activemq/activemq-cpp/trunk/src/main/activemq/wireformat/openwire/marshal/v2/TransactionIdMarshaller.h Fri Feb 6 23:11:28 2009 @@ -40,9 +40,9 @@ namespace v2{ /** - * Marshalling code for Open Wire Format for TransactionIdMarshaller + * Marshaling code for Open Wire Format for TransactionIdMarshaller * - * NOTE!: This file is autogenerated - do not modify! + * NOTE!: This file is auto generated - do not modify! * if you need to make a change, please see the Java Classes * in the activemq-openwire-generator module */ @@ -54,7 +54,7 @@ /** * Un-marshal an object instance from the data input stream - * @param wireFormat - describs the wire format of the broker + * @param wireFormat - describes the wire format of the broker * @param o - Object to be un-marshaled * @param dataIn - BinaryReader that provides that data * @param bs - BooleanStream @@ -66,7 +66,7 @@ /** * Write the booleans that this object uses to a BooleanStream - * @param wireFormat - describis the wire format of the broker + * @param wireFormat - describes the wire format of the broker * @param o - Object to be marshaled * @param bs - BooleanStream * @returns int @@ -77,7 +77,7 @@ /** * Write a object instance to data output stream - * @param wireFormat - describs the wire format of the broker + * @param wireFormat - describes the wire format of the broker * @param o - Object to be marshaled * @param dataOut - BinaryReader that provides that data sink * @param bs - BooleanStream @@ -89,7 +89,7 @@ /** * Un-marshal an object instance from the data input stream - * @param wireFormat - describs the wire format of the broker + * @param wireFormat - describes the wire format of the broker * @param o - Object to be marshaled * @param dataIn - BinaryReader that provides that data source */ Modified: activemq/activemq-cpp/trunk/src/main/activemq/wireformat/openwire/marshal/v2/TransactionInfoMarshaller.cpp URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/src/main/activemq/wireformat/openwire/marshal/v2/TransactionInfoMarshaller.cpp?rev=741774&r1=741773&r2=741774&view=diff ============================================================================== --- activemq/activemq-cpp/trunk/src/main/activemq/wireformat/openwire/marshal/v2/TransactionInfoMarshaller.cpp (original) +++ activemq/activemq-cpp/trunk/src/main/activemq/wireformat/openwire/marshal/v2/TransactionInfoMarshaller.cpp Fri Feb 6 23:11:28 2009 @@ -19,6 +19,7 @@ #include #include +#include // // NOTE!: This file is autogenerated - do not modify! @@ -37,6 +38,7 @@ using namespace activemq::wireformat::openwire::marshal::v2; using namespace decaf; using namespace decaf::io; +using namespace decaf::lang; /////////////////////////////////////////////////////////////////////////////// DataStructure* TransactionInfoMarshaller::createObject() const { @@ -57,10 +59,10 @@ TransactionInfo* info = dynamic_cast( dataStructure ); - info->setConnectionId( dynamic_cast< ConnectionId* >( - tightUnmarshalCachedObject( wireFormat, dataIn, bs ) ) ); - info->setTransactionId( dynamic_cast< TransactionId* >( - tightUnmarshalCachedObject( wireFormat, dataIn, bs ) ) ); + info->setConnectionId( Pointer( dynamic_cast< ConnectionId* >( + tightUnmarshalCachedObject( wireFormat, dataIn, bs ) ) ) ); + info->setTransactionId( Pointer( dynamic_cast< TransactionId* >( + tightUnmarshalCachedObject( wireFormat, dataIn, bs ) ) ) ); info->setType( dataIn->readByte() ); } AMQ_CATCH_RETHROW( decaf::io::IOException ) @@ -77,8 +79,8 @@ dynamic_cast( dataStructure ); int rc = BaseCommandMarshaller::tightMarshal1( wireFormat, dataStructure, bs ); - rc += tightMarshalCachedObject1( wireFormat, info->getConnectionId(), bs ); - rc += tightMarshalCachedObject1( wireFormat, info->getTransactionId(), bs ); + rc += tightMarshalCachedObject1( wireFormat, info->getConnectionId().get(), bs ); + rc += tightMarshalCachedObject1( wireFormat, info->getTransactionId().get(), bs ); return rc + 1; } @@ -96,8 +98,8 @@ TransactionInfo* info = dynamic_cast( dataStructure ); - tightMarshalCachedObject2( wireFormat, info->getConnectionId(), dataOut, bs ); - tightMarshalCachedObject2( wireFormat, info->getTransactionId(), dataOut, bs ); + tightMarshalCachedObject2( wireFormat, info->getConnectionId().get(), dataOut, bs ); + tightMarshalCachedObject2( wireFormat, info->getTransactionId().get(), dataOut, bs ); dataOut->write( info->getType() ); } AMQ_CATCH_RETHROW( decaf::io::IOException ) @@ -113,10 +115,10 @@ BaseCommandMarshaller::looseUnmarshal( wireFormat, dataStructure, dataIn ); TransactionInfo* info = dynamic_cast( dataStructure ); - info->setConnectionId( dynamic_cast< ConnectionId* >( - looseUnmarshalCachedObject( wireFormat, dataIn ) ) ); - info->setTransactionId( dynamic_cast< TransactionId* >( - looseUnmarshalCachedObject( wireFormat, dataIn ) ) ); + info->setConnectionId( Pointer( dynamic_cast< ConnectionId* >( + looseUnmarshalCachedObject( wireFormat, dataIn ) ) ) ); + info->setTransactionId( Pointer( dynamic_cast< TransactionId* >( + looseUnmarshalCachedObject( wireFormat, dataIn ) ) ) ); info->setType( dataIn->readByte() ); } AMQ_CATCH_RETHROW( decaf::io::IOException ) @@ -133,8 +135,8 @@ dynamic_cast( dataStructure ); BaseCommandMarshaller::looseMarshal( wireFormat, dataStructure, dataOut ); - looseMarshalCachedObject( wireFormat, info->getConnectionId(), dataOut ); - looseMarshalCachedObject( wireFormat, info->getTransactionId(), dataOut ); + looseMarshalCachedObject( wireFormat, info->getConnectionId().get(), dataOut ); + looseMarshalCachedObject( wireFormat, info->getTransactionId().get(), dataOut ); dataOut->write( info->getType() ); } AMQ_CATCH_RETHROW( decaf::io::IOException ) Modified: activemq/activemq-cpp/trunk/src/main/activemq/wireformat/openwire/marshal/v2/TransactionInfoMarshaller.h URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/src/main/activemq/wireformat/openwire/marshal/v2/TransactionInfoMarshaller.h?rev=741774&r1=741773&r2=741774&view=diff ============================================================================== --- activemq/activemq-cpp/trunk/src/main/activemq/wireformat/openwire/marshal/v2/TransactionInfoMarshaller.h (original) +++ activemq/activemq-cpp/trunk/src/main/activemq/wireformat/openwire/marshal/v2/TransactionInfoMarshaller.h Fri Feb 6 23:11:28 2009 @@ -40,9 +40,9 @@ namespace v2{ /** - * Marshalling code for Open Wire Format for TransactionInfoMarshaller + * Marshaling code for Open Wire Format for TransactionInfoMarshaller * - * NOTE!: This file is autogenerated - do not modify! + * NOTE!: This file is auto generated - do not modify! * if you need to make a change, please see the Java Classes * in the activemq-openwire-generator module */ @@ -59,14 +59,14 @@ virtual commands::DataStructure* createObject() const; /** - * Get the Data Structure Type that identifies this Marshaller + * Get the Data Structure Type that identifies this Marshaler * @return byte holding the data structure type value */ virtual unsigned char getDataStructureType() const; /** * Un-marshal an object instance from the data input stream - * @param wireFormat - describs the wire format of the broker + * @param wireFormat - describes the wire format of the broker * @param o - Object to be un-marshaled * @param dataIn - BinaryReader that provides that data * @param bs - BooleanStream @@ -78,7 +78,7 @@ /** * Write the booleans that this object uses to a BooleanStream - * @param wireFormat - describis the wire format of the broker + * @param wireFormat - describes the wire format of the broker * @param o - Object to be marshaled * @param bs - BooleanStream * @returns int @@ -89,7 +89,7 @@ /** * Write a object instance to data output stream - * @param wireFormat - describs the wire format of the broker + * @param wireFormat - describes the wire format of the broker * @param o - Object to be marshaled * @param dataOut - BinaryReader that provides that data sink * @param bs - BooleanStream @@ -101,7 +101,7 @@ /** * Un-marshal an object instance from the data input stream - * @param wireFormat - describs the wire format of the broker + * @param wireFormat - describes the wire format of the broker * @param o - Object to be marshaled * @param dataIn - BinaryReader that provides that data source */ Modified: activemq/activemq-cpp/trunk/src/main/activemq/wireformat/openwire/marshal/v2/WireFormatInfoMarshaller.cpp URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/src/main/activemq/wireformat/openwire/marshal/v2/WireFormatInfoMarshaller.cpp?rev=741774&r1=741773&r2=741774&view=diff ============================================================================== --- activemq/activemq-cpp/trunk/src/main/activemq/wireformat/openwire/marshal/v2/WireFormatInfoMarshaller.cpp (original) +++ activemq/activemq-cpp/trunk/src/main/activemq/wireformat/openwire/marshal/v2/WireFormatInfoMarshaller.cpp Fri Feb 6 23:11:28 2009 @@ -19,6 +19,7 @@ #include #include +#include // // NOTE!: This file is autogenerated - do not modify! @@ -37,6 +38,7 @@ using namespace activemq::wireformat::openwire::marshal::v2; using namespace decaf; using namespace decaf::io; +using namespace decaf::lang; /////////////////////////////////////////////////////////////////////////////// DataStructure* WireFormatInfoMarshaller::createObject() const { Modified: activemq/activemq-cpp/trunk/src/main/activemq/wireformat/openwire/marshal/v2/WireFormatInfoMarshaller.h URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/src/main/activemq/wireformat/openwire/marshal/v2/WireFormatInfoMarshaller.h?rev=741774&r1=741773&r2=741774&view=diff ============================================================================== --- activemq/activemq-cpp/trunk/src/main/activemq/wireformat/openwire/marshal/v2/WireFormatInfoMarshaller.h (original) +++ activemq/activemq-cpp/trunk/src/main/activemq/wireformat/openwire/marshal/v2/WireFormatInfoMarshaller.h Fri Feb 6 23:11:28 2009 @@ -40,9 +40,9 @@ namespace v2{ /** - * Marshalling code for Open Wire Format for WireFormatInfoMarshaller + * Marshaling code for Open Wire Format for WireFormatInfoMarshaller * - * NOTE!: This file is autogenerated - do not modify! + * NOTE!: This file is auto generated - do not modify! * if you need to make a change, please see the Java Classes * in the activemq-openwire-generator module */ @@ -59,14 +59,14 @@ virtual commands::DataStructure* createObject() const; /** - * Get the Data Structure Type that identifies this Marshaller + * Get the Data Structure Type that identifies this Marshaler * @return byte holding the data structure type value */ virtual unsigned char getDataStructureType() const; /** * Un-marshal an object instance from the data input stream - * @param wireFormat - describs the wire format of the broker + * @param wireFormat - describes the wire format of the broker * @param o - Object to be un-marshaled * @param dataIn - BinaryReader that provides that data * @param bs - BooleanStream @@ -78,7 +78,7 @@ /** * Write the booleans that this object uses to a BooleanStream - * @param wireFormat - describis the wire format of the broker + * @param wireFormat - describes the wire format of the broker * @param o - Object to be marshaled * @param bs - BooleanStream * @returns int @@ -89,7 +89,7 @@ /** * Write a object instance to data output stream - * @param wireFormat - describs the wire format of the broker + * @param wireFormat - describes the wire format of the broker * @param o - Object to be marshaled * @param dataOut - BinaryReader that provides that data sink * @param bs - BooleanStream @@ -101,7 +101,7 @@ /** * Un-marshal an object instance from the data input stream - * @param wireFormat - describs the wire format of the broker + * @param wireFormat - describes the wire format of the broker * @param o - Object to be marshaled * @param dataIn - BinaryReader that provides that data source */ Modified: activemq/activemq-cpp/trunk/src/main/activemq/wireformat/openwire/marshal/v2/XATransactionIdMarshaller.cpp URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/src/main/activemq/wireformat/openwire/marshal/v2/XATransactionIdMarshaller.cpp?rev=741774&r1=741773&r2=741774&view=diff ============================================================================== --- activemq/activemq-cpp/trunk/src/main/activemq/wireformat/openwire/marshal/v2/XATransactionIdMarshaller.cpp (original) +++ activemq/activemq-cpp/trunk/src/main/activemq/wireformat/openwire/marshal/v2/XATransactionIdMarshaller.cpp Fri Feb 6 23:11:28 2009 @@ -19,6 +19,7 @@ #include #include +#include // // NOTE!: This file is autogenerated - do not modify! @@ -37,6 +38,7 @@ using namespace activemq::wireformat::openwire::marshal::v2; using namespace decaf; using namespace decaf::io; +using namespace decaf::lang; /////////////////////////////////////////////////////////////////////////////// DataStructure* XATransactionIdMarshaller::createObject() const { Modified: activemq/activemq-cpp/trunk/src/main/activemq/wireformat/openwire/marshal/v2/XATransactionIdMarshaller.h URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/src/main/activemq/wireformat/openwire/marshal/v2/XATransactionIdMarshaller.h?rev=741774&r1=741773&r2=741774&view=diff ============================================================================== --- activemq/activemq-cpp/trunk/src/main/activemq/wireformat/openwire/marshal/v2/XATransactionIdMarshaller.h (original) +++ activemq/activemq-cpp/trunk/src/main/activemq/wireformat/openwire/marshal/v2/XATransactionIdMarshaller.h Fri Feb 6 23:11:28 2009 @@ -40,9 +40,9 @@ namespace v2{ /** - * Marshalling code for Open Wire Format for XATransactionIdMarshaller + * Marshaling code for Open Wire Format for XATransactionIdMarshaller * - * NOTE!: This file is autogenerated - do not modify! + * NOTE!: This file is auto generated - do not modify! * if you need to make a change, please see the Java Classes * in the activemq-openwire-generator module */ @@ -59,14 +59,14 @@ virtual commands::DataStructure* createObject() const; /** - * Get the Data Structure Type that identifies this Marshaller + * Get the Data Structure Type that identifies this Marshaler * @return byte holding the data structure type value */ virtual unsigned char getDataStructureType() const; /** * Un-marshal an object instance from the data input stream - * @param wireFormat - describs the wire format of the broker + * @param wireFormat - describes the wire format of the broker * @param o - Object to be un-marshaled * @param dataIn - BinaryReader that provides that data * @param bs - BooleanStream @@ -78,7 +78,7 @@ /** * Write the booleans that this object uses to a BooleanStream - * @param wireFormat - describis the wire format of the broker + * @param wireFormat - describes the wire format of the broker * @param o - Object to be marshaled * @param bs - BooleanStream * @returns int @@ -89,7 +89,7 @@ /** * Write a object instance to data output stream - * @param wireFormat - describs the wire format of the broker + * @param wireFormat - describes the wire format of the broker * @param o - Object to be marshaled * @param dataOut - BinaryReader that provides that data sink * @param bs - BooleanStream @@ -101,7 +101,7 @@ /** * Un-marshal an object instance from the data input stream - * @param wireFormat - describs the wire format of the broker + * @param wireFormat - describes the wire format of the broker * @param o - Object to be marshaled * @param dataIn - BinaryReader that provides that data source */ Modified: activemq/activemq-cpp/trunk/src/main/activemq/wireformat/openwire/marshal/v3/ActiveMQBlobMessageMarshaller.cpp URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/src/main/activemq/wireformat/openwire/marshal/v3/ActiveMQBlobMessageMarshaller.cpp?rev=741774&r1=741773&r2=741774&view=diff ============================================================================== --- activemq/activemq-cpp/trunk/src/main/activemq/wireformat/openwire/marshal/v3/ActiveMQBlobMessageMarshaller.cpp (original) +++ activemq/activemq-cpp/trunk/src/main/activemq/wireformat/openwire/marshal/v3/ActiveMQBlobMessageMarshaller.cpp Fri Feb 6 23:11:28 2009 @@ -19,6 +19,7 @@ #include #include +#include // // NOTE!: This file is autogenerated - do not modify! @@ -37,6 +38,7 @@ using namespace activemq::wireformat::openwire::marshal::v3; using namespace decaf; using namespace decaf::io; +using namespace decaf::lang; /////////////////////////////////////////////////////////////////////////////// DataStructure* ActiveMQBlobMessageMarshaller::createObject() const { Modified: activemq/activemq-cpp/trunk/src/main/activemq/wireformat/openwire/marshal/v3/ActiveMQBytesMessageMarshaller.cpp URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/src/main/activemq/wireformat/openwire/marshal/v3/ActiveMQBytesMessageMarshaller.cpp?rev=741774&r1=741773&r2=741774&view=diff ============================================================================== --- activemq/activemq-cpp/trunk/src/main/activemq/wireformat/openwire/marshal/v3/ActiveMQBytesMessageMarshaller.cpp (original) +++ activemq/activemq-cpp/trunk/src/main/activemq/wireformat/openwire/marshal/v3/ActiveMQBytesMessageMarshaller.cpp Fri Feb 6 23:11:28 2009 @@ -19,6 +19,7 @@ #include #include +#include // // NOTE!: This file is autogenerated - do not modify! @@ -37,6 +38,7 @@ using namespace activemq::wireformat::openwire::marshal::v3; using namespace decaf; using namespace decaf::io; +using namespace decaf::lang; /////////////////////////////////////////////////////////////////////////////// DataStructure* ActiveMQBytesMessageMarshaller::createObject() const { Modified: activemq/activemq-cpp/trunk/src/main/activemq/wireformat/openwire/marshal/v3/ActiveMQDestinationMarshaller.cpp URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/src/main/activemq/wireformat/openwire/marshal/v3/ActiveMQDestinationMarshaller.cpp?rev=741774&r1=741773&r2=741774&view=diff ============================================================================== --- activemq/activemq-cpp/trunk/src/main/activemq/wireformat/openwire/marshal/v3/ActiveMQDestinationMarshaller.cpp (original) +++ activemq/activemq-cpp/trunk/src/main/activemq/wireformat/openwire/marshal/v3/ActiveMQDestinationMarshaller.cpp Fri Feb 6 23:11:28 2009 @@ -19,6 +19,7 @@ #include #include +#include // // NOTE!: This file is autogenerated - do not modify! @@ -37,6 +38,7 @@ using namespace activemq::wireformat::openwire::marshal::v3; using namespace decaf; using namespace decaf::io; +using namespace decaf::lang; /////////////////////////////////////////////////////////////////////////////// void ActiveMQDestinationMarshaller::tightUnmarshal( OpenWireFormat* wireFormat, DataStructure* dataStructure, DataInputStream* dataIn, BooleanStream* bs ) throw( decaf::io::IOException ) { Modified: activemq/activemq-cpp/trunk/src/main/activemq/wireformat/openwire/marshal/v3/ActiveMQMapMessageMarshaller.cpp URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/src/main/activemq/wireformat/openwire/marshal/v3/ActiveMQMapMessageMarshaller.cpp?rev=741774&r1=741773&r2=741774&view=diff ============================================================================== --- activemq/activemq-cpp/trunk/src/main/activemq/wireformat/openwire/marshal/v3/ActiveMQMapMessageMarshaller.cpp (original) +++ activemq/activemq-cpp/trunk/src/main/activemq/wireformat/openwire/marshal/v3/ActiveMQMapMessageMarshaller.cpp Fri Feb 6 23:11:28 2009 @@ -19,6 +19,7 @@ #include #include +#include // // NOTE!: This file is autogenerated - do not modify! @@ -37,6 +38,7 @@ using namespace activemq::wireformat::openwire::marshal::v3; using namespace decaf; using namespace decaf::io; +using namespace decaf::lang; /////////////////////////////////////////////////////////////////////////////// DataStructure* ActiveMQMapMessageMarshaller::createObject() const { Modified: activemq/activemq-cpp/trunk/src/main/activemq/wireformat/openwire/marshal/v3/ActiveMQMessageMarshaller.cpp URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/src/main/activemq/wireformat/openwire/marshal/v3/ActiveMQMessageMarshaller.cpp?rev=741774&r1=741773&r2=741774&view=diff ============================================================================== --- activemq/activemq-cpp/trunk/src/main/activemq/wireformat/openwire/marshal/v3/ActiveMQMessageMarshaller.cpp (original) +++ activemq/activemq-cpp/trunk/src/main/activemq/wireformat/openwire/marshal/v3/ActiveMQMessageMarshaller.cpp Fri Feb 6 23:11:28 2009 @@ -19,6 +19,7 @@ #include #include +#include // // NOTE!: This file is autogenerated - do not modify! @@ -37,6 +38,7 @@ using namespace activemq::wireformat::openwire::marshal::v3; using namespace decaf; using namespace decaf::io; +using namespace decaf::lang; /////////////////////////////////////////////////////////////////////////////// DataStructure* ActiveMQMessageMarshaller::createObject() const { Modified: activemq/activemq-cpp/trunk/src/main/activemq/wireformat/openwire/marshal/v3/ActiveMQObjectMessageMarshaller.cpp URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/src/main/activemq/wireformat/openwire/marshal/v3/ActiveMQObjectMessageMarshaller.cpp?rev=741774&r1=741773&r2=741774&view=diff ============================================================================== --- activemq/activemq-cpp/trunk/src/main/activemq/wireformat/openwire/marshal/v3/ActiveMQObjectMessageMarshaller.cpp (original) +++ activemq/activemq-cpp/trunk/src/main/activemq/wireformat/openwire/marshal/v3/ActiveMQObjectMessageMarshaller.cpp Fri Feb 6 23:11:28 2009 @@ -19,6 +19,7 @@ #include #include +#include // // NOTE!: This file is autogenerated - do not modify! @@ -37,6 +38,7 @@ using namespace activemq::wireformat::openwire::marshal::v3; using namespace decaf; using namespace decaf::io; +using namespace decaf::lang; /////////////////////////////////////////////////////////////////////////////// DataStructure* ActiveMQObjectMessageMarshaller::createObject() const { Modified: activemq/activemq-cpp/trunk/src/main/activemq/wireformat/openwire/marshal/v3/ActiveMQQueueMarshaller.cpp URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/src/main/activemq/wireformat/openwire/marshal/v3/ActiveMQQueueMarshaller.cpp?rev=741774&r1=741773&r2=741774&view=diff ============================================================================== --- activemq/activemq-cpp/trunk/src/main/activemq/wireformat/openwire/marshal/v3/ActiveMQQueueMarshaller.cpp (original) +++ activemq/activemq-cpp/trunk/src/main/activemq/wireformat/openwire/marshal/v3/ActiveMQQueueMarshaller.cpp Fri Feb 6 23:11:28 2009 @@ -19,6 +19,7 @@ #include #include +#include // // NOTE!: This file is autogenerated - do not modify! @@ -37,6 +38,7 @@ using namespace activemq::wireformat::openwire::marshal::v3; using namespace decaf; using namespace decaf::io; +using namespace decaf::lang; /////////////////////////////////////////////////////////////////////////////// DataStructure* ActiveMQQueueMarshaller::createObject() const { Modified: activemq/activemq-cpp/trunk/src/main/activemq/wireformat/openwire/marshal/v3/ActiveMQStreamMessageMarshaller.cpp URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/src/main/activemq/wireformat/openwire/marshal/v3/ActiveMQStreamMessageMarshaller.cpp?rev=741774&r1=741773&r2=741774&view=diff ============================================================================== --- activemq/activemq-cpp/trunk/src/main/activemq/wireformat/openwire/marshal/v3/ActiveMQStreamMessageMarshaller.cpp (original) +++ activemq/activemq-cpp/trunk/src/main/activemq/wireformat/openwire/marshal/v3/ActiveMQStreamMessageMarshaller.cpp Fri Feb 6 23:11:28 2009 @@ -19,6 +19,7 @@ #include #include +#include // // NOTE!: This file is autogenerated - do not modify! @@ -37,6 +38,7 @@ using namespace activemq::wireformat::openwire::marshal::v3; using namespace decaf; using namespace decaf::io; +using namespace decaf::lang; /////////////////////////////////////////////////////////////////////////////// DataStructure* ActiveMQStreamMessageMarshaller::createObject() const { Modified: activemq/activemq-cpp/trunk/src/main/activemq/wireformat/openwire/marshal/v3/ActiveMQTempDestinationMarshaller.cpp URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/src/main/activemq/wireformat/openwire/marshal/v3/ActiveMQTempDestinationMarshaller.cpp?rev=741774&r1=741773&r2=741774&view=diff ============================================================================== --- activemq/activemq-cpp/trunk/src/main/activemq/wireformat/openwire/marshal/v3/ActiveMQTempDestinationMarshaller.cpp (original) +++ activemq/activemq-cpp/trunk/src/main/activemq/wireformat/openwire/marshal/v3/ActiveMQTempDestinationMarshaller.cpp Fri Feb 6 23:11:28 2009 @@ -19,6 +19,7 @@ #include #include +#include // // NOTE!: This file is autogenerated - do not modify! @@ -37,6 +38,7 @@ using namespace activemq::wireformat::openwire::marshal::v3; using namespace decaf; using namespace decaf::io; +using namespace decaf::lang; /////////////////////////////////////////////////////////////////////////////// void ActiveMQTempDestinationMarshaller::tightUnmarshal( OpenWireFormat* wireFormat, DataStructure* dataStructure, DataInputStream* dataIn, BooleanStream* bs ) throw( decaf::io::IOException ) { Modified: activemq/activemq-cpp/trunk/src/main/activemq/wireformat/openwire/marshal/v3/ActiveMQTempQueueMarshaller.cpp URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/src/main/activemq/wireformat/openwire/marshal/v3/ActiveMQTempQueueMarshaller.cpp?rev=741774&r1=741773&r2=741774&view=diff ============================================================================== --- activemq/activemq-cpp/trunk/src/main/activemq/wireformat/openwire/marshal/v3/ActiveMQTempQueueMarshaller.cpp (original) +++ activemq/activemq-cpp/trunk/src/main/activemq/wireformat/openwire/marshal/v3/ActiveMQTempQueueMarshaller.cpp Fri Feb 6 23:11:28 2009 @@ -19,6 +19,7 @@ #include #include +#include // // NOTE!: This file is autogenerated - do not modify! @@ -37,6 +38,7 @@ using namespace activemq::wireformat::openwire::marshal::v3; using namespace decaf; using namespace decaf::io; +using namespace decaf::lang; /////////////////////////////////////////////////////////////////////////////// DataStructure* ActiveMQTempQueueMarshaller::createObject() const { Modified: activemq/activemq-cpp/trunk/src/main/activemq/wireformat/openwire/marshal/v3/ActiveMQTempTopicMarshaller.cpp URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/src/main/activemq/wireformat/openwire/marshal/v3/ActiveMQTempTopicMarshaller.cpp?rev=741774&r1=741773&r2=741774&view=diff ============================================================================== --- activemq/activemq-cpp/trunk/src/main/activemq/wireformat/openwire/marshal/v3/ActiveMQTempTopicMarshaller.cpp (original) +++ activemq/activemq-cpp/trunk/src/main/activemq/wireformat/openwire/marshal/v3/ActiveMQTempTopicMarshaller.cpp Fri Feb 6 23:11:28 2009 @@ -19,6 +19,7 @@ #include #include +#include // // NOTE!: This file is autogenerated - do not modify! @@ -37,6 +38,7 @@ using namespace activemq::wireformat::openwire::marshal::v3; using namespace decaf; using namespace decaf::io; +using namespace decaf::lang; /////////////////////////////////////////////////////////////////////////////// DataStructure* ActiveMQTempTopicMarshaller::createObject() const {