You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ta...@apache.org on 2010/06/29 19:58:35 UTC

svn commit: r959054 [10/10] - in /activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq: commands/ wireformat/openwire/marshal/generated/

Modified: activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/wireformat/openwire/marshal/generated/SessionInfoMarshaller.cpp
URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/wireformat/openwire/marshal/generated/SessionInfoMarshaller.cpp?rev=959054&r1=959053&r2=959054&view=diff
==============================================================================
--- activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/wireformat/openwire/marshal/generated/SessionInfoMarshaller.cpp (original)
+++ activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/wireformat/openwire/marshal/generated/SessionInfoMarshaller.cpp Tue Jun 29 17:58:29 2010
@@ -51,7 +51,7 @@ unsigned char SessionInfoMarshaller::get
 }
 
 ///////////////////////////////////////////////////////////////////////////////
-void SessionInfoMarshaller::tightUnmarshal( OpenWireFormat* wireFormat, DataStructure* dataStructure, DataInputStream* dataIn, BooleanStream* bs ) throw( decaf::io::IOException ) {
+void SessionInfoMarshaller::tightUnmarshal( OpenWireFormat* wireFormat, DataStructure* dataStructure, DataInputStream* dataIn, BooleanStream* bs ) {
 
     try {
 
@@ -68,7 +68,7 @@ void SessionInfoMarshaller::tightUnmarsh
 }
 
 ///////////////////////////////////////////////////////////////////////////////
-int SessionInfoMarshaller::tightMarshal1( OpenWireFormat* wireFormat, DataStructure* dataStructure, BooleanStream* bs ) throw( decaf::io::IOException ) {
+int SessionInfoMarshaller::tightMarshal1( OpenWireFormat* wireFormat, DataStructure* dataStructure, BooleanStream* bs ) {
 
     try {
 
@@ -86,7 +86,7 @@ int SessionInfoMarshaller::tightMarshal1
 }
 
 ///////////////////////////////////////////////////////////////////////////////
-void SessionInfoMarshaller::tightMarshal2( OpenWireFormat* wireFormat, DataStructure* dataStructure, DataOutputStream* dataOut, BooleanStream* bs ) throw( decaf::io::IOException ) {
+void SessionInfoMarshaller::tightMarshal2( OpenWireFormat* wireFormat, DataStructure* dataStructure, DataOutputStream* dataOut, BooleanStream* bs ) {
 
     try {
 
@@ -102,7 +102,7 @@ void SessionInfoMarshaller::tightMarshal
 }
 
 ///////////////////////////////////////////////////////////////////////////////
-void SessionInfoMarshaller::looseUnmarshal( OpenWireFormat* wireFormat, DataStructure* dataStructure, DataInputStream* dataIn ) throw( decaf::io::IOException ) {
+void SessionInfoMarshaller::looseUnmarshal( OpenWireFormat* wireFormat, DataStructure* dataStructure, DataInputStream* dataIn ) {
 
     try {
 
@@ -118,7 +118,7 @@ void SessionInfoMarshaller::looseUnmarsh
 }
 
 ///////////////////////////////////////////////////////////////////////////////
-void SessionInfoMarshaller::looseMarshal( OpenWireFormat* wireFormat, DataStructure* dataStructure, DataOutputStream* dataOut ) throw( decaf::io::IOException ) {
+void SessionInfoMarshaller::looseMarshal( OpenWireFormat* wireFormat, DataStructure* dataStructure, DataOutputStream* dataOut ) {
 
     try {
 

Modified: activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/wireformat/openwire/marshal/generated/SessionInfoMarshaller.h
URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/wireformat/openwire/marshal/generated/SessionInfoMarshaller.h?rev=959054&r1=959053&r2=959054&view=diff
==============================================================================
--- activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/wireformat/openwire/marshal/generated/SessionInfoMarshaller.h (original)
+++ activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/wireformat/openwire/marshal/generated/SessionInfoMarshaller.h Tue Jun 29 17:58:29 2010
@@ -52,89 +52,31 @@ namespace generated{
         SessionInfoMarshaller() {}
         virtual ~SessionInfoMarshaller() {}
 
-        /**
-         * Creates a new instance of this marshalable type.
-         *
-         * @return new DataStructure object pointer caller owns it.
-         */
         virtual commands::DataStructure* createObject() const;
 
-        /**
-         * 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 - describes the wire format of the broker.
-         * @param dataStructure - Object to be un-marshaled.
-         * @param dataIn - BinaryReader that provides that data.
-         * @param bs - BooleanStream stream used to unpack bits from the wire.
-         *
-         * @throws IOException if an error occurs during the unmarshal.
-         */
         virtual void tightUnmarshal( OpenWireFormat* wireFormat,
                                      commands::DataStructure* dataStructure,
                                      decaf::io::DataInputStream* dataIn,
-                                     utils::BooleanStream* bs ) throw( decaf::io::IOException );
+                                     utils::BooleanStream* bs );
 
-        /**
-         * Write the booleans that this object uses to a BooleanStream
-         *
-         * @param wireFormat - describes the wire format of the broker
-         * @param dataStructure - Object to be marshaled
-         * @param bs - BooleanStream stream used to pack bits from the wire.
-         * @returns int value indicating the size of the marshaled object.
-         *
-         * @throws IOException if an error occurs during the marshal.
-         */
         virtual int tightMarshal1( OpenWireFormat* wireFormat,
                                    commands::DataStructure* dataStructure,
-                                   utils::BooleanStream* bs ) throw( decaf::io::IOException );
+                                   utils::BooleanStream* bs );
 
-        /**
-         * Write a object instance to data output stream
-         *
-         * @param wireFormat - describes the wire format of the broker
-         * @param dataStructure - Object to be marshaled
-         * @param dataOut - BinaryReader that provides that data sink
-         * @param bs - BooleanStream stream used to pack bits from the wire.
-         *
-         * @throws IOException if an error occurs during the marshal.
-         */
         virtual void tightMarshal2( OpenWireFormat* wireFormat,
                                     commands::DataStructure* dataStructure,
                                     decaf::io::DataOutputStream* dataOut,
-                                    utils::BooleanStream* bs ) throw( decaf::io::IOException );
+                                    utils::BooleanStream* bs );
 
-        /**
-         * Un-marshal an object instance from the data input stream
-         *
-         * @param wireFormat - describes the wire format of the broker
-         * @param dataStructure - Object to be marshaled
-         * @param dataIn - BinaryReader that provides that data source
-         *
-         * @throws IOException if an error occurs during the unmarshal.
-         */
         virtual void looseUnmarshal( OpenWireFormat* wireFormat,
                                      commands::DataStructure* dataStructure,
-                                     decaf::io::DataInputStream* dataIn ) throw( decaf::io::IOException );
+                                     decaf::io::DataInputStream* dataIn );
 
-        /**
-         * Write a object instance to data output stream
-         *
-         * @param wireFormat - describs the wire format of the broker
-         * @param dataStructure - Object to be marshaled
-         * @param dataOut - BinaryWriter that provides that data sink
-         *
-         * @throws IOException if an error occurs during the marshal.
-         */
         virtual void looseMarshal( OpenWireFormat* wireFormat,
                                    commands::DataStructure* dataStructure,
-                                   decaf::io::DataOutputStream* dataOut ) throw( decaf::io::IOException );
+                                   decaf::io::DataOutputStream* dataOut );
 
     };
 

Modified: activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/wireformat/openwire/marshal/generated/ShutdownInfoMarshaller.cpp
URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/wireformat/openwire/marshal/generated/ShutdownInfoMarshaller.cpp?rev=959054&r1=959053&r2=959054&view=diff
==============================================================================
--- activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/wireformat/openwire/marshal/generated/ShutdownInfoMarshaller.cpp (original)
+++ activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/wireformat/openwire/marshal/generated/ShutdownInfoMarshaller.cpp Tue Jun 29 17:58:29 2010
@@ -51,7 +51,7 @@ unsigned char ShutdownInfoMarshaller::ge
 }
 
 ///////////////////////////////////////////////////////////////////////////////
-void ShutdownInfoMarshaller::tightUnmarshal( OpenWireFormat* wireFormat, DataStructure* dataStructure, DataInputStream* dataIn, BooleanStream* bs ) throw( decaf::io::IOException ) {
+void ShutdownInfoMarshaller::tightUnmarshal( OpenWireFormat* wireFormat, DataStructure* dataStructure, DataInputStream* dataIn, BooleanStream* bs ) {
 
     try {
 
@@ -64,7 +64,7 @@ void ShutdownInfoMarshaller::tightUnmars
 }
 
 ///////////////////////////////////////////////////////////////////////////////
-int ShutdownInfoMarshaller::tightMarshal1( OpenWireFormat* wireFormat, DataStructure* dataStructure, BooleanStream* bs ) throw( decaf::io::IOException ) {
+int ShutdownInfoMarshaller::tightMarshal1( OpenWireFormat* wireFormat, DataStructure* dataStructure, BooleanStream* bs ) {
 
     try {
 
@@ -78,7 +78,7 @@ int ShutdownInfoMarshaller::tightMarshal
 }
 
 ///////////////////////////////////////////////////////////////////////////////
-void ShutdownInfoMarshaller::tightMarshal2( OpenWireFormat* wireFormat, DataStructure* dataStructure, DataOutputStream* dataOut, BooleanStream* bs ) throw( decaf::io::IOException ) {
+void ShutdownInfoMarshaller::tightMarshal2( OpenWireFormat* wireFormat, DataStructure* dataStructure, DataOutputStream* dataOut, BooleanStream* bs ) {
 
     try {
 
@@ -91,7 +91,7 @@ void ShutdownInfoMarshaller::tightMarsha
 }
 
 ///////////////////////////////////////////////////////////////////////////////
-void ShutdownInfoMarshaller::looseUnmarshal( OpenWireFormat* wireFormat, DataStructure* dataStructure, DataInputStream* dataIn ) throw( decaf::io::IOException ) {
+void ShutdownInfoMarshaller::looseUnmarshal( OpenWireFormat* wireFormat, DataStructure* dataStructure, DataInputStream* dataIn ) {
 
     try {
 
@@ -103,7 +103,7 @@ void ShutdownInfoMarshaller::looseUnmars
 }
 
 ///////////////////////////////////////////////////////////////////////////////
-void ShutdownInfoMarshaller::looseMarshal( OpenWireFormat* wireFormat, DataStructure* dataStructure, DataOutputStream* dataOut ) throw( decaf::io::IOException ) {
+void ShutdownInfoMarshaller::looseMarshal( OpenWireFormat* wireFormat, DataStructure* dataStructure, DataOutputStream* dataOut ) {
 
     try {
 

Modified: activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/wireformat/openwire/marshal/generated/ShutdownInfoMarshaller.h
URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/wireformat/openwire/marshal/generated/ShutdownInfoMarshaller.h?rev=959054&r1=959053&r2=959054&view=diff
==============================================================================
--- activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/wireformat/openwire/marshal/generated/ShutdownInfoMarshaller.h (original)
+++ activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/wireformat/openwire/marshal/generated/ShutdownInfoMarshaller.h Tue Jun 29 17:58:29 2010
@@ -52,89 +52,31 @@ namespace generated{
         ShutdownInfoMarshaller() {}
         virtual ~ShutdownInfoMarshaller() {}
 
-        /**
-         * Creates a new instance of this marshalable type.
-         *
-         * @return new DataStructure object pointer caller owns it.
-         */
         virtual commands::DataStructure* createObject() const;
 
-        /**
-         * 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 - describes the wire format of the broker.
-         * @param dataStructure - Object to be un-marshaled.
-         * @param dataIn - BinaryReader that provides that data.
-         * @param bs - BooleanStream stream used to unpack bits from the wire.
-         *
-         * @throws IOException if an error occurs during the unmarshal.
-         */
         virtual void tightUnmarshal( OpenWireFormat* wireFormat,
                                      commands::DataStructure* dataStructure,
                                      decaf::io::DataInputStream* dataIn,
-                                     utils::BooleanStream* bs ) throw( decaf::io::IOException );
+                                     utils::BooleanStream* bs );
 
-        /**
-         * Write the booleans that this object uses to a BooleanStream
-         *
-         * @param wireFormat - describes the wire format of the broker
-         * @param dataStructure - Object to be marshaled
-         * @param bs - BooleanStream stream used to pack bits from the wire.
-         * @returns int value indicating the size of the marshaled object.
-         *
-         * @throws IOException if an error occurs during the marshal.
-         */
         virtual int tightMarshal1( OpenWireFormat* wireFormat,
                                    commands::DataStructure* dataStructure,
-                                   utils::BooleanStream* bs ) throw( decaf::io::IOException );
+                                   utils::BooleanStream* bs );
 
-        /**
-         * Write a object instance to data output stream
-         *
-         * @param wireFormat - describes the wire format of the broker
-         * @param dataStructure - Object to be marshaled
-         * @param dataOut - BinaryReader that provides that data sink
-         * @param bs - BooleanStream stream used to pack bits from the wire.
-         *
-         * @throws IOException if an error occurs during the marshal.
-         */
         virtual void tightMarshal2( OpenWireFormat* wireFormat,
                                     commands::DataStructure* dataStructure,
                                     decaf::io::DataOutputStream* dataOut,
-                                    utils::BooleanStream* bs ) throw( decaf::io::IOException );
+                                    utils::BooleanStream* bs );
 
-        /**
-         * Un-marshal an object instance from the data input stream
-         *
-         * @param wireFormat - describes the wire format of the broker
-         * @param dataStructure - Object to be marshaled
-         * @param dataIn - BinaryReader that provides that data source
-         *
-         * @throws IOException if an error occurs during the unmarshal.
-         */
         virtual void looseUnmarshal( OpenWireFormat* wireFormat,
                                      commands::DataStructure* dataStructure,
-                                     decaf::io::DataInputStream* dataIn ) throw( decaf::io::IOException );
+                                     decaf::io::DataInputStream* dataIn );
 
-        /**
-         * Write a object instance to data output stream
-         *
-         * @param wireFormat - describs the wire format of the broker
-         * @param dataStructure - Object to be marshaled
-         * @param dataOut - BinaryWriter that provides that data sink
-         *
-         * @throws IOException if an error occurs during the marshal.
-         */
         virtual void looseMarshal( OpenWireFormat* wireFormat,
                                    commands::DataStructure* dataStructure,
-                                   decaf::io::DataOutputStream* dataOut ) throw( decaf::io::IOException );
+                                   decaf::io::DataOutputStream* dataOut );
 
     };
 

Modified: activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/wireformat/openwire/marshal/generated/SubscriptionInfoMarshaller.cpp
URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/wireformat/openwire/marshal/generated/SubscriptionInfoMarshaller.cpp?rev=959054&r1=959053&r2=959054&view=diff
==============================================================================
--- activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/wireformat/openwire/marshal/generated/SubscriptionInfoMarshaller.cpp (original)
+++ activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/wireformat/openwire/marshal/generated/SubscriptionInfoMarshaller.cpp Tue Jun 29 17:58:29 2010
@@ -51,7 +51,7 @@ unsigned char SubscriptionInfoMarshaller
 }
 
 ///////////////////////////////////////////////////////////////////////////////
-void SubscriptionInfoMarshaller::tightUnmarshal( OpenWireFormat* wireFormat, DataStructure* dataStructure, DataInputStream* dataIn, BooleanStream* bs ) throw( decaf::io::IOException ) {
+void SubscriptionInfoMarshaller::tightUnmarshal( OpenWireFormat* wireFormat, DataStructure* dataStructure, DataInputStream* dataIn, BooleanStream* bs ) {
 
     try {
 
@@ -78,7 +78,7 @@ void SubscriptionInfoMarshaller::tightUn
 }
 
 ///////////////////////////////////////////////////////////////////////////////
-int SubscriptionInfoMarshaller::tightMarshal1( OpenWireFormat* wireFormat, DataStructure* dataStructure, BooleanStream* bs ) throw( decaf::io::IOException ) {
+int SubscriptionInfoMarshaller::tightMarshal1( OpenWireFormat* wireFormat, DataStructure* dataStructure, BooleanStream* bs ) {
 
     try {
 
@@ -105,7 +105,7 @@ int SubscriptionInfoMarshaller::tightMar
 }
 
 ///////////////////////////////////////////////////////////////////////////////
-void SubscriptionInfoMarshaller::tightMarshal2( OpenWireFormat* wireFormat, DataStructure* dataStructure, DataOutputStream* dataOut, BooleanStream* bs ) throw( decaf::io::IOException ) {
+void SubscriptionInfoMarshaller::tightMarshal2( OpenWireFormat* wireFormat, DataStructure* dataStructure, DataOutputStream* dataOut, BooleanStream* bs ) {
 
     try {
 
@@ -130,7 +130,7 @@ void SubscriptionInfoMarshaller::tightMa
 }
 
 ///////////////////////////////////////////////////////////////////////////////
-void SubscriptionInfoMarshaller::looseUnmarshal( OpenWireFormat* wireFormat, DataStructure* dataStructure, DataInputStream* dataIn ) throw( decaf::io::IOException ) {
+void SubscriptionInfoMarshaller::looseUnmarshal( OpenWireFormat* wireFormat, DataStructure* dataStructure, DataInputStream* dataIn ) {
 
     try {
 
@@ -156,7 +156,7 @@ void SubscriptionInfoMarshaller::looseUn
 }
 
 ///////////////////////////////////////////////////////////////////////////////
-void SubscriptionInfoMarshaller::looseMarshal( OpenWireFormat* wireFormat, DataStructure* dataStructure, DataOutputStream* dataOut ) throw( decaf::io::IOException ) {
+void SubscriptionInfoMarshaller::looseMarshal( OpenWireFormat* wireFormat, DataStructure* dataStructure, DataOutputStream* dataOut ) {
 
     try {
 

Modified: activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/wireformat/openwire/marshal/generated/SubscriptionInfoMarshaller.h
URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/wireformat/openwire/marshal/generated/SubscriptionInfoMarshaller.h?rev=959054&r1=959053&r2=959054&view=diff
==============================================================================
--- activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/wireformat/openwire/marshal/generated/SubscriptionInfoMarshaller.h (original)
+++ activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/wireformat/openwire/marshal/generated/SubscriptionInfoMarshaller.h Tue Jun 29 17:58:29 2010
@@ -52,89 +52,31 @@ namespace generated{
         SubscriptionInfoMarshaller() {}
         virtual ~SubscriptionInfoMarshaller() {}
 
-        /**
-         * Creates a new instance of this marshalable type.
-         *
-         * @return new DataStructure object pointer caller owns it.
-         */
         virtual commands::DataStructure* createObject() const;
 
-        /**
-         * 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 - describes the wire format of the broker.
-         * @param dataStructure - Object to be un-marshaled.
-         * @param dataIn - BinaryReader that provides that data.
-         * @param bs - BooleanStream stream used to unpack bits from the wire.
-         *
-         * @throws IOException if an error occurs during the unmarshal.
-         */
         virtual void tightUnmarshal( OpenWireFormat* wireFormat,
                                      commands::DataStructure* dataStructure,
                                      decaf::io::DataInputStream* dataIn,
-                                     utils::BooleanStream* bs ) throw( decaf::io::IOException );
+                                     utils::BooleanStream* bs );
 
-        /**
-         * Write the booleans that this object uses to a BooleanStream
-         *
-         * @param wireFormat - describes the wire format of the broker
-         * @param dataStructure - Object to be marshaled
-         * @param bs - BooleanStream stream used to pack bits from the wire.
-         * @returns int value indicating the size of the marshaled object.
-         *
-         * @throws IOException if an error occurs during the marshal.
-         */
         virtual int tightMarshal1( OpenWireFormat* wireFormat,
                                    commands::DataStructure* dataStructure,
-                                   utils::BooleanStream* bs ) throw( decaf::io::IOException );
+                                   utils::BooleanStream* bs );
 
-        /**
-         * Write a object instance to data output stream
-         *
-         * @param wireFormat - describes the wire format of the broker
-         * @param dataStructure - Object to be marshaled
-         * @param dataOut - BinaryReader that provides that data sink
-         * @param bs - BooleanStream stream used to pack bits from the wire.
-         *
-         * @throws IOException if an error occurs during the marshal.
-         */
         virtual void tightMarshal2( OpenWireFormat* wireFormat,
                                     commands::DataStructure* dataStructure,
                                     decaf::io::DataOutputStream* dataOut,
-                                    utils::BooleanStream* bs ) throw( decaf::io::IOException );
+                                    utils::BooleanStream* bs );
 
-        /**
-         * Un-marshal an object instance from the data input stream
-         *
-         * @param wireFormat - describes the wire format of the broker
-         * @param dataStructure - Object to be marshaled
-         * @param dataIn - BinaryReader that provides that data source
-         *
-         * @throws IOException if an error occurs during the unmarshal.
-         */
         virtual void looseUnmarshal( OpenWireFormat* wireFormat,
                                      commands::DataStructure* dataStructure,
-                                     decaf::io::DataInputStream* dataIn ) throw( decaf::io::IOException );
+                                     decaf::io::DataInputStream* dataIn );
 
-        /**
-         * Write a object instance to data output stream
-         *
-         * @param wireFormat - describs the wire format of the broker
-         * @param dataStructure - Object to be marshaled
-         * @param dataOut - BinaryWriter that provides that data sink
-         *
-         * @throws IOException if an error occurs during the marshal.
-         */
         virtual void looseMarshal( OpenWireFormat* wireFormat,
                                    commands::DataStructure* dataStructure,
-                                   decaf::io::DataOutputStream* dataOut ) throw( decaf::io::IOException );
+                                   decaf::io::DataOutputStream* dataOut );
 
     };
 

Modified: activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/wireformat/openwire/marshal/generated/TransactionIdMarshaller.cpp
URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/wireformat/openwire/marshal/generated/TransactionIdMarshaller.cpp?rev=959054&r1=959053&r2=959054&view=diff
==============================================================================
--- activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/wireformat/openwire/marshal/generated/TransactionIdMarshaller.cpp (original)
+++ activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/wireformat/openwire/marshal/generated/TransactionIdMarshaller.cpp Tue Jun 29 17:58:29 2010
@@ -41,7 +41,7 @@ using namespace decaf::io;
 using namespace decaf::lang;
 
 ///////////////////////////////////////////////////////////////////////////////
-void TransactionIdMarshaller::tightUnmarshal( OpenWireFormat* wireFormat, DataStructure* dataStructure, DataInputStream* dataIn, BooleanStream* bs ) throw( decaf::io::IOException ) {
+void TransactionIdMarshaller::tightUnmarshal( OpenWireFormat* wireFormat, DataStructure* dataStructure, DataInputStream* dataIn, BooleanStream* bs ) {
 
     try {
 
@@ -54,7 +54,7 @@ void TransactionIdMarshaller::tightUnmar
 }
 
 ///////////////////////////////////////////////////////////////////////////////
-int TransactionIdMarshaller::tightMarshal1( OpenWireFormat* wireFormat, DataStructure* dataStructure, BooleanStream* bs ) throw( decaf::io::IOException ) {
+int TransactionIdMarshaller::tightMarshal1( OpenWireFormat* wireFormat, DataStructure* dataStructure, BooleanStream* bs ) {
 
     try {
 
@@ -68,7 +68,7 @@ int TransactionIdMarshaller::tightMarsha
 }
 
 ///////////////////////////////////////////////////////////////////////////////
-void TransactionIdMarshaller::tightMarshal2( OpenWireFormat* wireFormat, DataStructure* dataStructure, DataOutputStream* dataOut, BooleanStream* bs ) throw( decaf::io::IOException ) {
+void TransactionIdMarshaller::tightMarshal2( OpenWireFormat* wireFormat, DataStructure* dataStructure, DataOutputStream* dataOut, BooleanStream* bs ) {
 
     try {
 
@@ -81,7 +81,7 @@ void TransactionIdMarshaller::tightMarsh
 }
 
 ///////////////////////////////////////////////////////////////////////////////
-void TransactionIdMarshaller::looseUnmarshal( OpenWireFormat* wireFormat, DataStructure* dataStructure, DataInputStream* dataIn ) throw( decaf::io::IOException ) {
+void TransactionIdMarshaller::looseUnmarshal( OpenWireFormat* wireFormat, DataStructure* dataStructure, DataInputStream* dataIn ) {
 
     try {
 
@@ -93,7 +93,7 @@ void TransactionIdMarshaller::looseUnmar
 }
 
 ///////////////////////////////////////////////////////////////////////////////
-void TransactionIdMarshaller::looseMarshal( OpenWireFormat* wireFormat, DataStructure* dataStructure, DataOutputStream* dataOut ) throw( decaf::io::IOException ) {
+void TransactionIdMarshaller::looseMarshal( OpenWireFormat* wireFormat, DataStructure* dataStructure, DataOutputStream* dataOut ) {
 
     try {
 

Modified: activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/wireformat/openwire/marshal/generated/TransactionIdMarshaller.h
URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/wireformat/openwire/marshal/generated/TransactionIdMarshaller.h?rev=959054&r1=959053&r2=959054&view=diff
==============================================================================
--- activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/wireformat/openwire/marshal/generated/TransactionIdMarshaller.h (original)
+++ activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/wireformat/openwire/marshal/generated/TransactionIdMarshaller.h Tue Jun 29 17:58:29 2010
@@ -52,75 +52,27 @@ namespace generated{
         TransactionIdMarshaller() {}
         virtual ~TransactionIdMarshaller() {}
 
-        /**
-         * Un-marshal an object instance from the data input stream.
-         *
-         * @param wireFormat - describes the wire format of the broker.
-         * @param dataStructure - Object to be un-marshaled.
-         * @param dataIn - BinaryReader that provides that data.
-         * @param bs - BooleanStream stream used to unpack bits from the wire.
-         *
-         * @throws IOException if an error occurs during the unmarshal.
-         */
         virtual void tightUnmarshal( OpenWireFormat* wireFormat,
                                      commands::DataStructure* dataStructure,
                                      decaf::io::DataInputStream* dataIn,
-                                     utils::BooleanStream* bs ) throw( decaf::io::IOException );
+                                     utils::BooleanStream* bs );
 
-        /**
-         * Write the booleans that this object uses to a BooleanStream
-         *
-         * @param wireFormat - describes the wire format of the broker
-         * @param dataStructure - Object to be marshaled
-         * @param bs - BooleanStream stream used to pack bits from the wire.
-         * @returns int value indicating the size of the marshaled object.
-         *
-         * @throws IOException if an error occurs during the marshal.
-         */
         virtual int tightMarshal1( OpenWireFormat* wireFormat,
                                    commands::DataStructure* dataStructure,
-                                   utils::BooleanStream* bs ) throw( decaf::io::IOException );
+                                   utils::BooleanStream* bs );
 
-        /**
-         * Write a object instance to data output stream
-         *
-         * @param wireFormat - describes the wire format of the broker
-         * @param dataStructure - Object to be marshaled
-         * @param dataOut - BinaryReader that provides that data sink
-         * @param bs - BooleanStream stream used to pack bits from the wire.
-         *
-         * @throws IOException if an error occurs during the marshal.
-         */
         virtual void tightMarshal2( OpenWireFormat* wireFormat,
                                     commands::DataStructure* dataStructure,
                                     decaf::io::DataOutputStream* dataOut,
-                                    utils::BooleanStream* bs ) throw( decaf::io::IOException );
+                                    utils::BooleanStream* bs );
 
-        /**
-         * Un-marshal an object instance from the data input stream
-         *
-         * @param wireFormat - describes the wire format of the broker
-         * @param dataStructure - Object to be marshaled
-         * @param dataIn - BinaryReader that provides that data source
-         *
-         * @throws IOException if an error occurs during the unmarshal.
-         */
         virtual void looseUnmarshal( OpenWireFormat* wireFormat,
                                      commands::DataStructure* dataStructure,
-                                     decaf::io::DataInputStream* dataIn ) throw( decaf::io::IOException );
+                                     decaf::io::DataInputStream* dataIn );
 
-        /**
-         * Write a object instance to data output stream
-         *
-         * @param wireFormat - describs the wire format of the broker
-         * @param dataStructure - Object to be marshaled
-         * @param dataOut - BinaryWriter that provides that data sink
-         *
-         * @throws IOException if an error occurs during the marshal.
-         */
         virtual void looseMarshal( OpenWireFormat* wireFormat,
                                    commands::DataStructure* dataStructure,
-                                   decaf::io::DataOutputStream* dataOut ) throw( decaf::io::IOException );
+                                   decaf::io::DataOutputStream* dataOut );
 
     };
 

Modified: activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/wireformat/openwire/marshal/generated/TransactionInfoMarshaller.cpp
URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/wireformat/openwire/marshal/generated/TransactionInfoMarshaller.cpp?rev=959054&r1=959053&r2=959054&view=diff
==============================================================================
--- activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/wireformat/openwire/marshal/generated/TransactionInfoMarshaller.cpp (original)
+++ activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/wireformat/openwire/marshal/generated/TransactionInfoMarshaller.cpp Tue Jun 29 17:58:29 2010
@@ -51,7 +51,7 @@ unsigned char TransactionInfoMarshaller:
 }
 
 ///////////////////////////////////////////////////////////////////////////////
-void TransactionInfoMarshaller::tightUnmarshal( OpenWireFormat* wireFormat, DataStructure* dataStructure, DataInputStream* dataIn, BooleanStream* bs ) throw( decaf::io::IOException ) {
+void TransactionInfoMarshaller::tightUnmarshal( OpenWireFormat* wireFormat, DataStructure* dataStructure, DataInputStream* dataIn, BooleanStream* bs ) {
 
     try {
 
@@ -71,7 +71,7 @@ void TransactionInfoMarshaller::tightUnm
 }
 
 ///////////////////////////////////////////////////////////////////////////////
-int TransactionInfoMarshaller::tightMarshal1( OpenWireFormat* wireFormat, DataStructure* dataStructure, BooleanStream* bs ) throw( decaf::io::IOException ) {
+int TransactionInfoMarshaller::tightMarshal1( OpenWireFormat* wireFormat, DataStructure* dataStructure, BooleanStream* bs ) {
 
     try {
 
@@ -90,7 +90,7 @@ int TransactionInfoMarshaller::tightMars
 }
 
 ///////////////////////////////////////////////////////////////////////////////
-void TransactionInfoMarshaller::tightMarshal2( OpenWireFormat* wireFormat, DataStructure* dataStructure, DataOutputStream* dataOut, BooleanStream* bs ) throw( decaf::io::IOException ) {
+void TransactionInfoMarshaller::tightMarshal2( OpenWireFormat* wireFormat, DataStructure* dataStructure, DataOutputStream* dataOut, BooleanStream* bs ) {
 
     try {
 
@@ -108,7 +108,7 @@ void TransactionInfoMarshaller::tightMar
 }
 
 ///////////////////////////////////////////////////////////////////////////////
-void TransactionInfoMarshaller::looseUnmarshal( OpenWireFormat* wireFormat, DataStructure* dataStructure, DataInputStream* dataIn ) throw( decaf::io::IOException ) {
+void TransactionInfoMarshaller::looseUnmarshal( OpenWireFormat* wireFormat, DataStructure* dataStructure, DataInputStream* dataIn ) {
 
     try {
 
@@ -127,7 +127,7 @@ void TransactionInfoMarshaller::looseUnm
 }
 
 ///////////////////////////////////////////////////////////////////////////////
-void TransactionInfoMarshaller::looseMarshal( OpenWireFormat* wireFormat, DataStructure* dataStructure, DataOutputStream* dataOut ) throw( decaf::io::IOException ) {
+void TransactionInfoMarshaller::looseMarshal( OpenWireFormat* wireFormat, DataStructure* dataStructure, DataOutputStream* dataOut ) {
 
     try {
 

Modified: activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/wireformat/openwire/marshal/generated/TransactionInfoMarshaller.h
URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/wireformat/openwire/marshal/generated/TransactionInfoMarshaller.h?rev=959054&r1=959053&r2=959054&view=diff
==============================================================================
--- activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/wireformat/openwire/marshal/generated/TransactionInfoMarshaller.h (original)
+++ activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/wireformat/openwire/marshal/generated/TransactionInfoMarshaller.h Tue Jun 29 17:58:29 2010
@@ -52,89 +52,31 @@ namespace generated{
         TransactionInfoMarshaller() {}
         virtual ~TransactionInfoMarshaller() {}
 
-        /**
-         * Creates a new instance of this marshalable type.
-         *
-         * @return new DataStructure object pointer caller owns it.
-         */
         virtual commands::DataStructure* createObject() const;
 
-        /**
-         * 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 - describes the wire format of the broker.
-         * @param dataStructure - Object to be un-marshaled.
-         * @param dataIn - BinaryReader that provides that data.
-         * @param bs - BooleanStream stream used to unpack bits from the wire.
-         *
-         * @throws IOException if an error occurs during the unmarshal.
-         */
         virtual void tightUnmarshal( OpenWireFormat* wireFormat,
                                      commands::DataStructure* dataStructure,
                                      decaf::io::DataInputStream* dataIn,
-                                     utils::BooleanStream* bs ) throw( decaf::io::IOException );
+                                     utils::BooleanStream* bs );
 
-        /**
-         * Write the booleans that this object uses to a BooleanStream
-         *
-         * @param wireFormat - describes the wire format of the broker
-         * @param dataStructure - Object to be marshaled
-         * @param bs - BooleanStream stream used to pack bits from the wire.
-         * @returns int value indicating the size of the marshaled object.
-         *
-         * @throws IOException if an error occurs during the marshal.
-         */
         virtual int tightMarshal1( OpenWireFormat* wireFormat,
                                    commands::DataStructure* dataStructure,
-                                   utils::BooleanStream* bs ) throw( decaf::io::IOException );
+                                   utils::BooleanStream* bs );
 
-        /**
-         * Write a object instance to data output stream
-         *
-         * @param wireFormat - describes the wire format of the broker
-         * @param dataStructure - Object to be marshaled
-         * @param dataOut - BinaryReader that provides that data sink
-         * @param bs - BooleanStream stream used to pack bits from the wire.
-         *
-         * @throws IOException if an error occurs during the marshal.
-         */
         virtual void tightMarshal2( OpenWireFormat* wireFormat,
                                     commands::DataStructure* dataStructure,
                                     decaf::io::DataOutputStream* dataOut,
-                                    utils::BooleanStream* bs ) throw( decaf::io::IOException );
+                                    utils::BooleanStream* bs );
 
-        /**
-         * Un-marshal an object instance from the data input stream
-         *
-         * @param wireFormat - describes the wire format of the broker
-         * @param dataStructure - Object to be marshaled
-         * @param dataIn - BinaryReader that provides that data source
-         *
-         * @throws IOException if an error occurs during the unmarshal.
-         */
         virtual void looseUnmarshal( OpenWireFormat* wireFormat,
                                      commands::DataStructure* dataStructure,
-                                     decaf::io::DataInputStream* dataIn ) throw( decaf::io::IOException );
+                                     decaf::io::DataInputStream* dataIn );
 
-        /**
-         * Write a object instance to data output stream
-         *
-         * @param wireFormat - describs the wire format of the broker
-         * @param dataStructure - Object to be marshaled
-         * @param dataOut - BinaryWriter that provides that data sink
-         *
-         * @throws IOException if an error occurs during the marshal.
-         */
         virtual void looseMarshal( OpenWireFormat* wireFormat,
                                    commands::DataStructure* dataStructure,
-                                   decaf::io::DataOutputStream* dataOut ) throw( decaf::io::IOException );
+                                   decaf::io::DataOutputStream* dataOut );
 
     };
 

Modified: activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/wireformat/openwire/marshal/generated/WireFormatInfoMarshaller.cpp
URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/wireformat/openwire/marshal/generated/WireFormatInfoMarshaller.cpp?rev=959054&r1=959053&r2=959054&view=diff
==============================================================================
--- activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/wireformat/openwire/marshal/generated/WireFormatInfoMarshaller.cpp (original)
+++ activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/wireformat/openwire/marshal/generated/WireFormatInfoMarshaller.cpp Tue Jun 29 17:58:29 2010
@@ -51,7 +51,7 @@ unsigned char WireFormatInfoMarshaller::
 }
 
 ///////////////////////////////////////////////////////////////////////////////
-void WireFormatInfoMarshaller::tightUnmarshal( OpenWireFormat* wireFormat, DataStructure* dataStructure, DataInputStream* dataIn, BooleanStream* bs ) throw( decaf::io::IOException ) {
+void WireFormatInfoMarshaller::tightUnmarshal( OpenWireFormat* wireFormat, DataStructure* dataStructure, DataInputStream* dataIn, BooleanStream* bs ) {
 
     try {
 
@@ -73,7 +73,7 @@ void WireFormatInfoMarshaller::tightUnma
 }
 
 ///////////////////////////////////////////////////////////////////////////////
-int WireFormatInfoMarshaller::tightMarshal1( OpenWireFormat* wireFormat, DataStructure* dataStructure, BooleanStream* bs ) throw( decaf::io::IOException ) {
+int WireFormatInfoMarshaller::tightMarshal1( OpenWireFormat* wireFormat, DataStructure* dataStructure, BooleanStream* bs ) {
 
     try {
 
@@ -93,7 +93,7 @@ int WireFormatInfoMarshaller::tightMarsh
 }
 
 ///////////////////////////////////////////////////////////////////////////////
-void WireFormatInfoMarshaller::tightMarshal2( OpenWireFormat* wireFormat, DataStructure* dataStructure, DataOutputStream* dataOut, BooleanStream* bs ) throw( decaf::io::IOException ) {
+void WireFormatInfoMarshaller::tightMarshal2( OpenWireFormat* wireFormat, DataStructure* dataStructure, DataOutputStream* dataOut, BooleanStream* bs ) {
 
     try {
 
@@ -115,7 +115,7 @@ void WireFormatInfoMarshaller::tightMars
 }
 
 ///////////////////////////////////////////////////////////////////////////////
-void WireFormatInfoMarshaller::looseUnmarshal( OpenWireFormat* wireFormat, DataStructure* dataStructure, DataInputStream* dataIn ) throw( decaf::io::IOException ) {
+void WireFormatInfoMarshaller::looseUnmarshal( OpenWireFormat* wireFormat, DataStructure* dataStructure, DataInputStream* dataIn ) {
 
     try {
 
@@ -134,7 +134,7 @@ void WireFormatInfoMarshaller::looseUnma
 }
 
 ///////////////////////////////////////////////////////////////////////////////
-void WireFormatInfoMarshaller::looseMarshal( OpenWireFormat* wireFormat, DataStructure* dataStructure, DataOutputStream* dataOut ) throw( decaf::io::IOException ) {
+void WireFormatInfoMarshaller::looseMarshal( OpenWireFormat* wireFormat, DataStructure* dataStructure, DataOutputStream* dataOut ) {
 
     try {
 

Modified: activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/wireformat/openwire/marshal/generated/WireFormatInfoMarshaller.h
URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/wireformat/openwire/marshal/generated/WireFormatInfoMarshaller.h?rev=959054&r1=959053&r2=959054&view=diff
==============================================================================
--- activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/wireformat/openwire/marshal/generated/WireFormatInfoMarshaller.h (original)
+++ activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/wireformat/openwire/marshal/generated/WireFormatInfoMarshaller.h Tue Jun 29 17:58:29 2010
@@ -52,89 +52,31 @@ namespace generated{
         WireFormatInfoMarshaller() {}
         virtual ~WireFormatInfoMarshaller() {}
 
-        /**
-         * Creates a new instance of this marshalable type.
-         *
-         * @return new DataStructure object pointer caller owns it.
-         */
         virtual commands::DataStructure* createObject() const;
 
-        /**
-         * 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 - describes the wire format of the broker.
-         * @param dataStructure - Object to be un-marshaled.
-         * @param dataIn - BinaryReader that provides that data.
-         * @param bs - BooleanStream stream used to unpack bits from the wire.
-         *
-         * @throws IOException if an error occurs during the unmarshal.
-         */
         virtual void tightUnmarshal( OpenWireFormat* wireFormat,
                                      commands::DataStructure* dataStructure,
                                      decaf::io::DataInputStream* dataIn,
-                                     utils::BooleanStream* bs ) throw( decaf::io::IOException );
+                                     utils::BooleanStream* bs );
 
-        /**
-         * Write the booleans that this object uses to a BooleanStream
-         *
-         * @param wireFormat - describes the wire format of the broker
-         * @param dataStructure - Object to be marshaled
-         * @param bs - BooleanStream stream used to pack bits from the wire.
-         * @returns int value indicating the size of the marshaled object.
-         *
-         * @throws IOException if an error occurs during the marshal.
-         */
         virtual int tightMarshal1( OpenWireFormat* wireFormat,
                                    commands::DataStructure* dataStructure,
-                                   utils::BooleanStream* bs ) throw( decaf::io::IOException );
+                                   utils::BooleanStream* bs );
 
-        /**
-         * Write a object instance to data output stream
-         *
-         * @param wireFormat - describes the wire format of the broker
-         * @param dataStructure - Object to be marshaled
-         * @param dataOut - BinaryReader that provides that data sink
-         * @param bs - BooleanStream stream used to pack bits from the wire.
-         *
-         * @throws IOException if an error occurs during the marshal.
-         */
         virtual void tightMarshal2( OpenWireFormat* wireFormat,
                                     commands::DataStructure* dataStructure,
                                     decaf::io::DataOutputStream* dataOut,
-                                    utils::BooleanStream* bs ) throw( decaf::io::IOException );
+                                    utils::BooleanStream* bs );
 
-        /**
-         * Un-marshal an object instance from the data input stream
-         *
-         * @param wireFormat - describes the wire format of the broker
-         * @param dataStructure - Object to be marshaled
-         * @param dataIn - BinaryReader that provides that data source
-         *
-         * @throws IOException if an error occurs during the unmarshal.
-         */
         virtual void looseUnmarshal( OpenWireFormat* wireFormat,
                                      commands::DataStructure* dataStructure,
-                                     decaf::io::DataInputStream* dataIn ) throw( decaf::io::IOException );
+                                     decaf::io::DataInputStream* dataIn );
 
-        /**
-         * Write a object instance to data output stream
-         *
-         * @param wireFormat - describs the wire format of the broker
-         * @param dataStructure - Object to be marshaled
-         * @param dataOut - BinaryWriter that provides that data sink
-         *
-         * @throws IOException if an error occurs during the marshal.
-         */
         virtual void looseMarshal( OpenWireFormat* wireFormat,
                                    commands::DataStructure* dataStructure,
-                                   decaf::io::DataOutputStream* dataOut ) throw( decaf::io::IOException );
+                                   decaf::io::DataOutputStream* dataOut );
 
     };
 

Modified: activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/wireformat/openwire/marshal/generated/XATransactionIdMarshaller.cpp
URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/wireformat/openwire/marshal/generated/XATransactionIdMarshaller.cpp?rev=959054&r1=959053&r2=959054&view=diff
==============================================================================
--- activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/wireformat/openwire/marshal/generated/XATransactionIdMarshaller.cpp (original)
+++ activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/wireformat/openwire/marshal/generated/XATransactionIdMarshaller.cpp Tue Jun 29 17:58:29 2010
@@ -51,7 +51,7 @@ unsigned char XATransactionIdMarshaller:
 }
 
 ///////////////////////////////////////////////////////////////////////////////
-void XATransactionIdMarshaller::tightUnmarshal( OpenWireFormat* wireFormat, DataStructure* dataStructure, DataInputStream* dataIn, BooleanStream* bs ) throw( decaf::io::IOException ) {
+void XATransactionIdMarshaller::tightUnmarshal( OpenWireFormat* wireFormat, DataStructure* dataStructure, DataInputStream* dataIn, BooleanStream* bs ) {
 
     try {
 
@@ -69,7 +69,7 @@ void XATransactionIdMarshaller::tightUnm
 }
 
 ///////////////////////////////////////////////////////////////////////////////
-int XATransactionIdMarshaller::tightMarshal1( OpenWireFormat* wireFormat, DataStructure* dataStructure, BooleanStream* bs ) throw( decaf::io::IOException ) {
+int XATransactionIdMarshaller::tightMarshal1( OpenWireFormat* wireFormat, DataStructure* dataStructure, BooleanStream* bs ) {
 
     try {
 
@@ -90,7 +90,7 @@ int XATransactionIdMarshaller::tightMars
 }
 
 ///////////////////////////////////////////////////////////////////////////////
-void XATransactionIdMarshaller::tightMarshal2( OpenWireFormat* wireFormat, DataStructure* dataStructure, DataOutputStream* dataOut, BooleanStream* bs ) throw( decaf::io::IOException ) {
+void XATransactionIdMarshaller::tightMarshal2( OpenWireFormat* wireFormat, DataStructure* dataStructure, DataOutputStream* dataOut, BooleanStream* bs ) {
 
     try {
 
@@ -114,7 +114,7 @@ void XATransactionIdMarshaller::tightMar
 }
 
 ///////////////////////////////////////////////////////////////////////////////
-void XATransactionIdMarshaller::looseUnmarshal( OpenWireFormat* wireFormat, DataStructure* dataStructure, DataInputStream* dataIn ) throw( decaf::io::IOException ) {
+void XATransactionIdMarshaller::looseUnmarshal( OpenWireFormat* wireFormat, DataStructure* dataStructure, DataInputStream* dataIn ) {
 
     try {
 
@@ -131,7 +131,7 @@ void XATransactionIdMarshaller::looseUnm
 }
 
 ///////////////////////////////////////////////////////////////////////////////
-void XATransactionIdMarshaller::looseMarshal( OpenWireFormat* wireFormat, DataStructure* dataStructure, DataOutputStream* dataOut ) throw( decaf::io::IOException ) {
+void XATransactionIdMarshaller::looseMarshal( OpenWireFormat* wireFormat, DataStructure* dataStructure, DataOutputStream* dataOut ) {
 
     try {
 

Modified: activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/wireformat/openwire/marshal/generated/XATransactionIdMarshaller.h
URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/wireformat/openwire/marshal/generated/XATransactionIdMarshaller.h?rev=959054&r1=959053&r2=959054&view=diff
==============================================================================
--- activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/wireformat/openwire/marshal/generated/XATransactionIdMarshaller.h (original)
+++ activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/wireformat/openwire/marshal/generated/XATransactionIdMarshaller.h Tue Jun 29 17:58:29 2010
@@ -52,89 +52,31 @@ namespace generated{
         XATransactionIdMarshaller() {}
         virtual ~XATransactionIdMarshaller() {}
 
-        /**
-         * Creates a new instance of this marshalable type.
-         *
-         * @return new DataStructure object pointer caller owns it.
-         */
         virtual commands::DataStructure* createObject() const;
 
-        /**
-         * 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 - describes the wire format of the broker.
-         * @param dataStructure - Object to be un-marshaled.
-         * @param dataIn - BinaryReader that provides that data.
-         * @param bs - BooleanStream stream used to unpack bits from the wire.
-         *
-         * @throws IOException if an error occurs during the unmarshal.
-         */
         virtual void tightUnmarshal( OpenWireFormat* wireFormat,
                                      commands::DataStructure* dataStructure,
                                      decaf::io::DataInputStream* dataIn,
-                                     utils::BooleanStream* bs ) throw( decaf::io::IOException );
+                                     utils::BooleanStream* bs );
 
-        /**
-         * Write the booleans that this object uses to a BooleanStream
-         *
-         * @param wireFormat - describes the wire format of the broker
-         * @param dataStructure - Object to be marshaled
-         * @param bs - BooleanStream stream used to pack bits from the wire.
-         * @returns int value indicating the size of the marshaled object.
-         *
-         * @throws IOException if an error occurs during the marshal.
-         */
         virtual int tightMarshal1( OpenWireFormat* wireFormat,
                                    commands::DataStructure* dataStructure,
-                                   utils::BooleanStream* bs ) throw( decaf::io::IOException );
+                                   utils::BooleanStream* bs );
 
-        /**
-         * Write a object instance to data output stream
-         *
-         * @param wireFormat - describes the wire format of the broker
-         * @param dataStructure - Object to be marshaled
-         * @param dataOut - BinaryReader that provides that data sink
-         * @param bs - BooleanStream stream used to pack bits from the wire.
-         *
-         * @throws IOException if an error occurs during the marshal.
-         */
         virtual void tightMarshal2( OpenWireFormat* wireFormat,
                                     commands::DataStructure* dataStructure,
                                     decaf::io::DataOutputStream* dataOut,
-                                    utils::BooleanStream* bs ) throw( decaf::io::IOException );
+                                    utils::BooleanStream* bs );
 
-        /**
-         * Un-marshal an object instance from the data input stream
-         *
-         * @param wireFormat - describes the wire format of the broker
-         * @param dataStructure - Object to be marshaled
-         * @param dataIn - BinaryReader that provides that data source
-         *
-         * @throws IOException if an error occurs during the unmarshal.
-         */
         virtual void looseUnmarshal( OpenWireFormat* wireFormat,
                                      commands::DataStructure* dataStructure,
-                                     decaf::io::DataInputStream* dataIn ) throw( decaf::io::IOException );
+                                     decaf::io::DataInputStream* dataIn );
 
-        /**
-         * Write a object instance to data output stream
-         *
-         * @param wireFormat - describs the wire format of the broker
-         * @param dataStructure - Object to be marshaled
-         * @param dataOut - BinaryWriter that provides that data sink
-         *
-         * @throws IOException if an error occurs during the marshal.
-         */
         virtual void looseMarshal( OpenWireFormat* wireFormat,
                                    commands::DataStructure* dataStructure,
-                                   decaf::io::DataOutputStream* dataOut ) throw( decaf::io::IOException );
+                                   decaf::io::DataOutputStream* dataOut );
 
     };