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 [9/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/MessagePullMarshaller.h
URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/wireformat/openwire/marshal/generated/MessagePullMarshaller.h?rev=959054&r1=959053&r2=959054&view=diff
==============================================================================
--- activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/wireformat/openwire/marshal/generated/MessagePullMarshaller.h (original)
+++ activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/wireformat/openwire/marshal/generated/MessagePullMarshaller.h Tue Jun 29 17:58:29 2010
@@ -52,89 +52,31 @@ namespace generated{
         MessagePullMarshaller() {}
         virtual ~MessagePullMarshaller() {}
 
-        /**
-         * 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/NetworkBridgeFilterMarshaller.cpp
URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/wireformat/openwire/marshal/generated/NetworkBridgeFilterMarshaller.cpp?rev=959054&r1=959053&r2=959054&view=diff
==============================================================================
--- activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/wireformat/openwire/marshal/generated/NetworkBridgeFilterMarshaller.cpp (original)
+++ activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/wireformat/openwire/marshal/generated/NetworkBridgeFilterMarshaller.cpp Tue Jun 29 17:58:29 2010
@@ -51,7 +51,7 @@ unsigned char NetworkBridgeFilterMarshal
 }
 
 ///////////////////////////////////////////////////////////////////////////////
-void NetworkBridgeFilterMarshaller::tightUnmarshal( OpenWireFormat* wireFormat, DataStructure* dataStructure, DataInputStream* dataIn, BooleanStream* bs ) throw( decaf::io::IOException ) {
+void NetworkBridgeFilterMarshaller::tightUnmarshal( OpenWireFormat* wireFormat, DataStructure* dataStructure, DataInputStream* dataIn, BooleanStream* bs ) {
 
     try {
 
@@ -69,7 +69,7 @@ void NetworkBridgeFilterMarshaller::tigh
 }
 
 ///////////////////////////////////////////////////////////////////////////////
-int NetworkBridgeFilterMarshaller::tightMarshal1( OpenWireFormat* wireFormat, DataStructure* dataStructure, BooleanStream* bs ) throw( decaf::io::IOException ) {
+int NetworkBridgeFilterMarshaller::tightMarshal1( OpenWireFormat* wireFormat, DataStructure* dataStructure, BooleanStream* bs ) {
 
     try {
 
@@ -87,7 +87,7 @@ int NetworkBridgeFilterMarshaller::tight
 }
 
 ///////////////////////////////////////////////////////////////////////////////
-void NetworkBridgeFilterMarshaller::tightMarshal2( OpenWireFormat* wireFormat, DataStructure* dataStructure, DataOutputStream* dataOut, BooleanStream* bs ) throw( decaf::io::IOException ) {
+void NetworkBridgeFilterMarshaller::tightMarshal2( OpenWireFormat* wireFormat, DataStructure* dataStructure, DataOutputStream* dataOut, BooleanStream* bs ) {
 
     try {
 
@@ -104,7 +104,7 @@ void NetworkBridgeFilterMarshaller::tigh
 }
 
 ///////////////////////////////////////////////////////////////////////////////
-void NetworkBridgeFilterMarshaller::looseUnmarshal( OpenWireFormat* wireFormat, DataStructure* dataStructure, DataInputStream* dataIn ) throw( decaf::io::IOException ) {
+void NetworkBridgeFilterMarshaller::looseUnmarshal( OpenWireFormat* wireFormat, DataStructure* dataStructure, DataInputStream* dataIn ) {
 
     try {
 
@@ -121,7 +121,7 @@ void NetworkBridgeFilterMarshaller::loos
 }
 
 ///////////////////////////////////////////////////////////////////////////////
-void NetworkBridgeFilterMarshaller::looseMarshal( OpenWireFormat* wireFormat, DataStructure* dataStructure, DataOutputStream* dataOut ) throw( decaf::io::IOException ) {
+void NetworkBridgeFilterMarshaller::looseMarshal( OpenWireFormat* wireFormat, DataStructure* dataStructure, DataOutputStream* dataOut ) {
 
     try {
 

Modified: activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/wireformat/openwire/marshal/generated/NetworkBridgeFilterMarshaller.h
URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/wireformat/openwire/marshal/generated/NetworkBridgeFilterMarshaller.h?rev=959054&r1=959053&r2=959054&view=diff
==============================================================================
--- activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/wireformat/openwire/marshal/generated/NetworkBridgeFilterMarshaller.h (original)
+++ activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/wireformat/openwire/marshal/generated/NetworkBridgeFilterMarshaller.h Tue Jun 29 17:58:29 2010
@@ -52,89 +52,31 @@ namespace generated{
         NetworkBridgeFilterMarshaller() {}
         virtual ~NetworkBridgeFilterMarshaller() {}
 
-        /**
-         * 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/PartialCommandMarshaller.cpp
URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/wireformat/openwire/marshal/generated/PartialCommandMarshaller.cpp?rev=959054&r1=959053&r2=959054&view=diff
==============================================================================
--- activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/wireformat/openwire/marshal/generated/PartialCommandMarshaller.cpp (original)
+++ activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/wireformat/openwire/marshal/generated/PartialCommandMarshaller.cpp Tue Jun 29 17:58:29 2010
@@ -51,7 +51,7 @@ unsigned char PartialCommandMarshaller::
 }
 
 ///////////////////////////////////////////////////////////////////////////////
-void PartialCommandMarshaller::tightUnmarshal( OpenWireFormat* wireFormat, DataStructure* dataStructure, DataInputStream* dataIn, BooleanStream* bs ) throw( decaf::io::IOException ) {
+void PartialCommandMarshaller::tightUnmarshal( OpenWireFormat* wireFormat, DataStructure* dataStructure, DataInputStream* dataIn, BooleanStream* bs ) {
 
     try {
 
@@ -68,7 +68,7 @@ void PartialCommandMarshaller::tightUnma
 }
 
 ///////////////////////////////////////////////////////////////////////////////
-int PartialCommandMarshaller::tightMarshal1( OpenWireFormat* wireFormat, DataStructure* dataStructure, BooleanStream* bs ) throw( decaf::io::IOException ) {
+int PartialCommandMarshaller::tightMarshal1( OpenWireFormat* wireFormat, DataStructure* dataStructure, BooleanStream* bs ) {
 
     try {
 
@@ -87,7 +87,7 @@ int PartialCommandMarshaller::tightMarsh
 }
 
 ///////////////////////////////////////////////////////////////////////////////
-void PartialCommandMarshaller::tightMarshal2( OpenWireFormat* wireFormat, DataStructure* dataStructure, DataOutputStream* dataOut, BooleanStream* bs ) throw( decaf::io::IOException ) {
+void PartialCommandMarshaller::tightMarshal2( OpenWireFormat* wireFormat, DataStructure* dataStructure, DataOutputStream* dataOut, BooleanStream* bs ) {
 
     try {
 
@@ -107,7 +107,7 @@ void PartialCommandMarshaller::tightMars
 }
 
 ///////////////////////////////////////////////////////////////////////////////
-void PartialCommandMarshaller::looseUnmarshal( OpenWireFormat* wireFormat, DataStructure* dataStructure, DataInputStream* dataIn ) throw( decaf::io::IOException ) {
+void PartialCommandMarshaller::looseUnmarshal( OpenWireFormat* wireFormat, DataStructure* dataStructure, DataInputStream* dataIn ) {
 
     try {
 
@@ -123,7 +123,7 @@ void PartialCommandMarshaller::looseUnma
 }
 
 ///////////////////////////////////////////////////////////////////////////////
-void PartialCommandMarshaller::looseMarshal( OpenWireFormat* wireFormat, DataStructure* dataStructure, DataOutputStream* dataOut ) throw( decaf::io::IOException ) {
+void PartialCommandMarshaller::looseMarshal( OpenWireFormat* wireFormat, DataStructure* dataStructure, DataOutputStream* dataOut ) {
 
     try {
 

Modified: activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/wireformat/openwire/marshal/generated/PartialCommandMarshaller.h
URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/wireformat/openwire/marshal/generated/PartialCommandMarshaller.h?rev=959054&r1=959053&r2=959054&view=diff
==============================================================================
--- activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/wireformat/openwire/marshal/generated/PartialCommandMarshaller.h (original)
+++ activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/wireformat/openwire/marshal/generated/PartialCommandMarshaller.h Tue Jun 29 17:58:29 2010
@@ -52,89 +52,31 @@ namespace generated{
         PartialCommandMarshaller() {}
         virtual ~PartialCommandMarshaller() {}
 
-        /**
-         * 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/ProducerAckMarshaller.cpp
URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/wireformat/openwire/marshal/generated/ProducerAckMarshaller.cpp?rev=959054&r1=959053&r2=959054&view=diff
==============================================================================
--- activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/wireformat/openwire/marshal/generated/ProducerAckMarshaller.cpp (original)
+++ activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/wireformat/openwire/marshal/generated/ProducerAckMarshaller.cpp Tue Jun 29 17:58:29 2010
@@ -51,7 +51,7 @@ unsigned char ProducerAckMarshaller::get
 }
 
 ///////////////////////////////////////////////////////////////////////////////
-void ProducerAckMarshaller::tightUnmarshal( OpenWireFormat* wireFormat, DataStructure* dataStructure, DataInputStream* dataIn, BooleanStream* bs ) throw( decaf::io::IOException ) {
+void ProducerAckMarshaller::tightUnmarshal( OpenWireFormat* wireFormat, DataStructure* dataStructure, DataInputStream* dataIn, BooleanStream* bs ) {
 
     try {
 
@@ -76,7 +76,7 @@ void ProducerAckMarshaller::tightUnmarsh
 }
 
 ///////////////////////////////////////////////////////////////////////////////
-int ProducerAckMarshaller::tightMarshal1( OpenWireFormat* wireFormat, DataStructure* dataStructure, BooleanStream* bs ) throw( decaf::io::IOException ) {
+int ProducerAckMarshaller::tightMarshal1( OpenWireFormat* wireFormat, DataStructure* dataStructure, BooleanStream* bs ) {
 
     try {
 
@@ -101,7 +101,7 @@ int ProducerAckMarshaller::tightMarshal1
 }
 
 ///////////////////////////////////////////////////////////////////////////////
-void ProducerAckMarshaller::tightMarshal2( OpenWireFormat* wireFormat, DataStructure* dataStructure, DataOutputStream* dataOut, BooleanStream* bs ) throw( decaf::io::IOException ) {
+void ProducerAckMarshaller::tightMarshal2( OpenWireFormat* wireFormat, DataStructure* dataStructure, DataOutputStream* dataOut, BooleanStream* bs ) {
 
     try {
 
@@ -125,7 +125,7 @@ void ProducerAckMarshaller::tightMarshal
 }
 
 ///////////////////////////////////////////////////////////////////////////////
-void ProducerAckMarshaller::looseUnmarshal( OpenWireFormat* wireFormat, DataStructure* dataStructure, DataInputStream* dataIn ) throw( decaf::io::IOException ) {
+void ProducerAckMarshaller::looseUnmarshal( OpenWireFormat* wireFormat, DataStructure* dataStructure, DataInputStream* dataIn ) {
 
     try {
 
@@ -149,7 +149,7 @@ void ProducerAckMarshaller::looseUnmarsh
 }
 
 ///////////////////////////////////////////////////////////////////////////////
-void ProducerAckMarshaller::looseMarshal( OpenWireFormat* wireFormat, DataStructure* dataStructure, DataOutputStream* dataOut ) throw( decaf::io::IOException ) {
+void ProducerAckMarshaller::looseMarshal( OpenWireFormat* wireFormat, DataStructure* dataStructure, DataOutputStream* dataOut ) {
 
     try {
 

Modified: activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/wireformat/openwire/marshal/generated/ProducerAckMarshaller.h
URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/wireformat/openwire/marshal/generated/ProducerAckMarshaller.h?rev=959054&r1=959053&r2=959054&view=diff
==============================================================================
--- activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/wireformat/openwire/marshal/generated/ProducerAckMarshaller.h (original)
+++ activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/wireformat/openwire/marshal/generated/ProducerAckMarshaller.h Tue Jun 29 17:58:29 2010
@@ -52,89 +52,31 @@ namespace generated{
         ProducerAckMarshaller() {}
         virtual ~ProducerAckMarshaller() {}
 
-        /**
-         * 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/ProducerIdMarshaller.cpp
URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/wireformat/openwire/marshal/generated/ProducerIdMarshaller.cpp?rev=959054&r1=959053&r2=959054&view=diff
==============================================================================
--- activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/wireformat/openwire/marshal/generated/ProducerIdMarshaller.cpp (original)
+++ activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/wireformat/openwire/marshal/generated/ProducerIdMarshaller.cpp Tue Jun 29 17:58:29 2010
@@ -51,7 +51,7 @@ unsigned char ProducerIdMarshaller::getD
 }
 
 ///////////////////////////////////////////////////////////////////////////////
-void ProducerIdMarshaller::tightUnmarshal( OpenWireFormat* wireFormat, DataStructure* dataStructure, DataInputStream* dataIn, BooleanStream* bs ) throw( decaf::io::IOException ) {
+void ProducerIdMarshaller::tightUnmarshal( OpenWireFormat* wireFormat, DataStructure* dataStructure, DataInputStream* dataIn, BooleanStream* bs ) {
 
     try {
 
@@ -69,7 +69,7 @@ void ProducerIdMarshaller::tightUnmarsha
 }
 
 ///////////////////////////////////////////////////////////////////////////////
-int ProducerIdMarshaller::tightMarshal1( OpenWireFormat* wireFormat, DataStructure* dataStructure, BooleanStream* bs ) throw( decaf::io::IOException ) {
+int ProducerIdMarshaller::tightMarshal1( OpenWireFormat* wireFormat, DataStructure* dataStructure, BooleanStream* bs ) {
 
     try {
 
@@ -89,7 +89,7 @@ int ProducerIdMarshaller::tightMarshal1(
 }
 
 ///////////////////////////////////////////////////////////////////////////////
-void ProducerIdMarshaller::tightMarshal2( OpenWireFormat* wireFormat, DataStructure* dataStructure, DataOutputStream* dataOut, BooleanStream* bs ) throw( decaf::io::IOException ) {
+void ProducerIdMarshaller::tightMarshal2( OpenWireFormat* wireFormat, DataStructure* dataStructure, DataOutputStream* dataOut, BooleanStream* bs ) {
 
     try {
 
@@ -107,7 +107,7 @@ void ProducerIdMarshaller::tightMarshal2
 }
 
 ///////////////////////////////////////////////////////////////////////////////
-void ProducerIdMarshaller::looseUnmarshal( OpenWireFormat* wireFormat, DataStructure* dataStructure, DataInputStream* dataIn ) throw( decaf::io::IOException ) {
+void ProducerIdMarshaller::looseUnmarshal( OpenWireFormat* wireFormat, DataStructure* dataStructure, DataInputStream* dataIn ) {
 
     try {
 
@@ -124,7 +124,7 @@ void ProducerIdMarshaller::looseUnmarsha
 }
 
 ///////////////////////////////////////////////////////////////////////////////
-void ProducerIdMarshaller::looseMarshal( OpenWireFormat* wireFormat, DataStructure* dataStructure, DataOutputStream* dataOut ) throw( decaf::io::IOException ) {
+void ProducerIdMarshaller::looseMarshal( OpenWireFormat* wireFormat, DataStructure* dataStructure, DataOutputStream* dataOut ) {
 
     try {
 

Modified: activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/wireformat/openwire/marshal/generated/ProducerIdMarshaller.h
URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/wireformat/openwire/marshal/generated/ProducerIdMarshaller.h?rev=959054&r1=959053&r2=959054&view=diff
==============================================================================
--- activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/wireformat/openwire/marshal/generated/ProducerIdMarshaller.h (original)
+++ activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/wireformat/openwire/marshal/generated/ProducerIdMarshaller.h Tue Jun 29 17:58:29 2010
@@ -52,89 +52,31 @@ namespace generated{
         ProducerIdMarshaller() {}
         virtual ~ProducerIdMarshaller() {}
 
-        /**
-         * 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/ProducerInfoMarshaller.cpp
URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/wireformat/openwire/marshal/generated/ProducerInfoMarshaller.cpp?rev=959054&r1=959053&r2=959054&view=diff
==============================================================================
--- activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/wireformat/openwire/marshal/generated/ProducerInfoMarshaller.cpp (original)
+++ activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/wireformat/openwire/marshal/generated/ProducerInfoMarshaller.cpp Tue Jun 29 17:58:29 2010
@@ -51,7 +51,7 @@ unsigned char ProducerInfoMarshaller::ge
 }
 
 ///////////////////////////////////////////////////////////////////////////////
-void ProducerInfoMarshaller::tightUnmarshal( OpenWireFormat* wireFormat, DataStructure* dataStructure, DataInputStream* dataIn, BooleanStream* bs ) throw( decaf::io::IOException ) {
+void ProducerInfoMarshaller::tightUnmarshal( OpenWireFormat* wireFormat, DataStructure* dataStructure, DataInputStream* dataIn, BooleanStream* bs ) {
 
     try {
 
@@ -90,7 +90,7 @@ void ProducerInfoMarshaller::tightUnmars
 }
 
 ///////////////////////////////////////////////////////////////////////////////
-int ProducerInfoMarshaller::tightMarshal1( OpenWireFormat* wireFormat, DataStructure* dataStructure, BooleanStream* bs ) throw( decaf::io::IOException ) {
+int ProducerInfoMarshaller::tightMarshal1( OpenWireFormat* wireFormat, DataStructure* dataStructure, BooleanStream* bs ) {
 
     try {
 
@@ -118,7 +118,7 @@ int ProducerInfoMarshaller::tightMarshal
 }
 
 ///////////////////////////////////////////////////////////////////////////////
-void ProducerInfoMarshaller::tightMarshal2( OpenWireFormat* wireFormat, DataStructure* dataStructure, DataOutputStream* dataOut, BooleanStream* bs ) throw( decaf::io::IOException ) {
+void ProducerInfoMarshaller::tightMarshal2( OpenWireFormat* wireFormat, DataStructure* dataStructure, DataOutputStream* dataOut, BooleanStream* bs ) {
 
     try {
 
@@ -145,7 +145,7 @@ void ProducerInfoMarshaller::tightMarsha
 }
 
 ///////////////////////////////////////////////////////////////////////////////
-void ProducerInfoMarshaller::looseUnmarshal( OpenWireFormat* wireFormat, DataStructure* dataStructure, DataInputStream* dataIn ) throw( decaf::io::IOException ) {
+void ProducerInfoMarshaller::looseUnmarshal( OpenWireFormat* wireFormat, DataStructure* dataStructure, DataInputStream* dataIn ) {
 
     try {
 
@@ -183,7 +183,7 @@ void ProducerInfoMarshaller::looseUnmars
 }
 
 ///////////////////////////////////////////////////////////////////////////////
-void ProducerInfoMarshaller::looseMarshal( OpenWireFormat* wireFormat, DataStructure* dataStructure, DataOutputStream* dataOut ) throw( decaf::io::IOException ) {
+void ProducerInfoMarshaller::looseMarshal( OpenWireFormat* wireFormat, DataStructure* dataStructure, DataOutputStream* dataOut ) {
 
     try {
 

Modified: activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/wireformat/openwire/marshal/generated/ProducerInfoMarshaller.h
URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/wireformat/openwire/marshal/generated/ProducerInfoMarshaller.h?rev=959054&r1=959053&r2=959054&view=diff
==============================================================================
--- activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/wireformat/openwire/marshal/generated/ProducerInfoMarshaller.h (original)
+++ activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/wireformat/openwire/marshal/generated/ProducerInfoMarshaller.h Tue Jun 29 17:58:29 2010
@@ -52,89 +52,31 @@ namespace generated{
         ProducerInfoMarshaller() {}
         virtual ~ProducerInfoMarshaller() {}
 
-        /**
-         * 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/RemoveInfoMarshaller.cpp
URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/wireformat/openwire/marshal/generated/RemoveInfoMarshaller.cpp?rev=959054&r1=959053&r2=959054&view=diff
==============================================================================
--- activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/wireformat/openwire/marshal/generated/RemoveInfoMarshaller.cpp (original)
+++ activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/wireformat/openwire/marshal/generated/RemoveInfoMarshaller.cpp Tue Jun 29 17:58:29 2010
@@ -51,7 +51,7 @@ unsigned char RemoveInfoMarshaller::getD
 }
 
 ///////////////////////////////////////////////////////////////////////////////
-void RemoveInfoMarshaller::tightUnmarshal( OpenWireFormat* wireFormat, DataStructure* dataStructure, DataInputStream* dataIn, BooleanStream* bs ) throw( decaf::io::IOException ) {
+void RemoveInfoMarshaller::tightUnmarshal( OpenWireFormat* wireFormat, DataStructure* dataStructure, DataInputStream* dataIn, BooleanStream* bs ) {
 
     try {
 
@@ -74,7 +74,7 @@ void RemoveInfoMarshaller::tightUnmarsha
 }
 
 ///////////////////////////////////////////////////////////////////////////////
-int RemoveInfoMarshaller::tightMarshal1( OpenWireFormat* wireFormat, DataStructure* dataStructure, BooleanStream* bs ) throw( decaf::io::IOException ) {
+int RemoveInfoMarshaller::tightMarshal1( OpenWireFormat* wireFormat, DataStructure* dataStructure, BooleanStream* bs ) {
 
     try {
 
@@ -98,7 +98,7 @@ int RemoveInfoMarshaller::tightMarshal1(
 }
 
 ///////////////////////////////////////////////////////////////////////////////
-void RemoveInfoMarshaller::tightMarshal2( OpenWireFormat* wireFormat, DataStructure* dataStructure, DataOutputStream* dataOut, BooleanStream* bs ) throw( decaf::io::IOException ) {
+void RemoveInfoMarshaller::tightMarshal2( OpenWireFormat* wireFormat, DataStructure* dataStructure, DataOutputStream* dataOut, BooleanStream* bs ) {
 
     try {
 
@@ -120,7 +120,7 @@ void RemoveInfoMarshaller::tightMarshal2
 }
 
 ///////////////////////////////////////////////////////////////////////////////
-void RemoveInfoMarshaller::looseUnmarshal( OpenWireFormat* wireFormat, DataStructure* dataStructure, DataInputStream* dataIn ) throw( decaf::io::IOException ) {
+void RemoveInfoMarshaller::looseUnmarshal( OpenWireFormat* wireFormat, DataStructure* dataStructure, DataInputStream* dataIn ) {
 
     try {
 
@@ -142,7 +142,7 @@ void RemoveInfoMarshaller::looseUnmarsha
 }
 
 ///////////////////////////////////////////////////////////////////////////////
-void RemoveInfoMarshaller::looseMarshal( OpenWireFormat* wireFormat, DataStructure* dataStructure, DataOutputStream* dataOut ) throw( decaf::io::IOException ) {
+void RemoveInfoMarshaller::looseMarshal( OpenWireFormat* wireFormat, DataStructure* dataStructure, DataOutputStream* dataOut ) {
 
     try {
 

Modified: activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/wireformat/openwire/marshal/generated/RemoveInfoMarshaller.h
URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/wireformat/openwire/marshal/generated/RemoveInfoMarshaller.h?rev=959054&r1=959053&r2=959054&view=diff
==============================================================================
--- activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/wireformat/openwire/marshal/generated/RemoveInfoMarshaller.h (original)
+++ activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/wireformat/openwire/marshal/generated/RemoveInfoMarshaller.h Tue Jun 29 17:58:29 2010
@@ -52,89 +52,31 @@ namespace generated{
         RemoveInfoMarshaller() {}
         virtual ~RemoveInfoMarshaller() {}
 
-        /**
-         * 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/RemoveSubscriptionInfoMarshaller.cpp
URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/wireformat/openwire/marshal/generated/RemoveSubscriptionInfoMarshaller.cpp?rev=959054&r1=959053&r2=959054&view=diff
==============================================================================
--- activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/wireformat/openwire/marshal/generated/RemoveSubscriptionInfoMarshaller.cpp (original)
+++ activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/wireformat/openwire/marshal/generated/RemoveSubscriptionInfoMarshaller.cpp Tue Jun 29 17:58:29 2010
@@ -51,7 +51,7 @@ unsigned char RemoveSubscriptionInfoMars
 }
 
 ///////////////////////////////////////////////////////////////////////////////
-void RemoveSubscriptionInfoMarshaller::tightUnmarshal( OpenWireFormat* wireFormat, DataStructure* dataStructure, DataInputStream* dataIn, BooleanStream* bs ) throw( decaf::io::IOException ) {
+void RemoveSubscriptionInfoMarshaller::tightUnmarshal( OpenWireFormat* wireFormat, DataStructure* dataStructure, DataInputStream* dataIn, BooleanStream* bs ) {
 
     try {
 
@@ -70,7 +70,7 @@ void RemoveSubscriptionInfoMarshaller::t
 }
 
 ///////////////////////////////////////////////////////////////////////////////
-int RemoveSubscriptionInfoMarshaller::tightMarshal1( OpenWireFormat* wireFormat, DataStructure* dataStructure, BooleanStream* bs ) throw( decaf::io::IOException ) {
+int RemoveSubscriptionInfoMarshaller::tightMarshal1( OpenWireFormat* wireFormat, DataStructure* dataStructure, BooleanStream* bs ) {
 
     try {
 
@@ -90,7 +90,7 @@ int RemoveSubscriptionInfoMarshaller::ti
 }
 
 ///////////////////////////////////////////////////////////////////////////////
-void RemoveSubscriptionInfoMarshaller::tightMarshal2( OpenWireFormat* wireFormat, DataStructure* dataStructure, DataOutputStream* dataOut, BooleanStream* bs ) throw( decaf::io::IOException ) {
+void RemoveSubscriptionInfoMarshaller::tightMarshal2( OpenWireFormat* wireFormat, DataStructure* dataStructure, DataOutputStream* dataOut, BooleanStream* bs ) {
 
     try {
 
@@ -108,7 +108,7 @@ void RemoveSubscriptionInfoMarshaller::t
 }
 
 ///////////////////////////////////////////////////////////////////////////////
-void RemoveSubscriptionInfoMarshaller::looseUnmarshal( OpenWireFormat* wireFormat, DataStructure* dataStructure, DataInputStream* dataIn ) throw( decaf::io::IOException ) {
+void RemoveSubscriptionInfoMarshaller::looseUnmarshal( OpenWireFormat* wireFormat, DataStructure* dataStructure, DataInputStream* dataIn ) {
 
     try {
 
@@ -126,7 +126,7 @@ void RemoveSubscriptionInfoMarshaller::l
 }
 
 ///////////////////////////////////////////////////////////////////////////////
-void RemoveSubscriptionInfoMarshaller::looseMarshal( OpenWireFormat* wireFormat, DataStructure* dataStructure, DataOutputStream* dataOut ) throw( decaf::io::IOException ) {
+void RemoveSubscriptionInfoMarshaller::looseMarshal( OpenWireFormat* wireFormat, DataStructure* dataStructure, DataOutputStream* dataOut ) {
 
     try {
 

Modified: activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/wireformat/openwire/marshal/generated/RemoveSubscriptionInfoMarshaller.h
URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/wireformat/openwire/marshal/generated/RemoveSubscriptionInfoMarshaller.h?rev=959054&r1=959053&r2=959054&view=diff
==============================================================================
--- activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/wireformat/openwire/marshal/generated/RemoveSubscriptionInfoMarshaller.h (original)
+++ activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/wireformat/openwire/marshal/generated/RemoveSubscriptionInfoMarshaller.h Tue Jun 29 17:58:29 2010
@@ -52,89 +52,31 @@ namespace generated{
         RemoveSubscriptionInfoMarshaller() {}
         virtual ~RemoveSubscriptionInfoMarshaller() {}
 
-        /**
-         * 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/ReplayCommandMarshaller.cpp
URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/wireformat/openwire/marshal/generated/ReplayCommandMarshaller.cpp?rev=959054&r1=959053&r2=959054&view=diff
==============================================================================
--- activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/wireformat/openwire/marshal/generated/ReplayCommandMarshaller.cpp (original)
+++ activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/wireformat/openwire/marshal/generated/ReplayCommandMarshaller.cpp Tue Jun 29 17:58:29 2010
@@ -51,7 +51,7 @@ unsigned char ReplayCommandMarshaller::g
 }
 
 ///////////////////////////////////////////////////////////////////////////////
-void ReplayCommandMarshaller::tightUnmarshal( OpenWireFormat* wireFormat, DataStructure* dataStructure, DataInputStream* dataIn, BooleanStream* bs ) throw( decaf::io::IOException ) {
+void ReplayCommandMarshaller::tightUnmarshal( OpenWireFormat* wireFormat, DataStructure* dataStructure, DataInputStream* dataIn, BooleanStream* bs ) {
 
     try {
 
@@ -68,7 +68,7 @@ void ReplayCommandMarshaller::tightUnmar
 }
 
 ///////////////////////////////////////////////////////////////////////////////
-int ReplayCommandMarshaller::tightMarshal1( OpenWireFormat* wireFormat, DataStructure* dataStructure, BooleanStream* bs ) throw( decaf::io::IOException ) {
+int ReplayCommandMarshaller::tightMarshal1( OpenWireFormat* wireFormat, DataStructure* dataStructure, BooleanStream* bs ) {
 
     try {
 
@@ -82,7 +82,7 @@ int ReplayCommandMarshaller::tightMarsha
 }
 
 ///////////////////////////////////////////////////////////////////////////////
-void ReplayCommandMarshaller::tightMarshal2( OpenWireFormat* wireFormat, DataStructure* dataStructure, DataOutputStream* dataOut, BooleanStream* bs ) throw( decaf::io::IOException ) {
+void ReplayCommandMarshaller::tightMarshal2( OpenWireFormat* wireFormat, DataStructure* dataStructure, DataOutputStream* dataOut, BooleanStream* bs ) {
 
     try {
 
@@ -99,7 +99,7 @@ void ReplayCommandMarshaller::tightMarsh
 }
 
 ///////////////////////////////////////////////////////////////////////////////
-void ReplayCommandMarshaller::looseUnmarshal( OpenWireFormat* wireFormat, DataStructure* dataStructure, DataInputStream* dataIn ) throw( decaf::io::IOException ) {
+void ReplayCommandMarshaller::looseUnmarshal( OpenWireFormat* wireFormat, DataStructure* dataStructure, DataInputStream* dataIn ) {
 
     try {
 
@@ -115,7 +115,7 @@ void ReplayCommandMarshaller::looseUnmar
 }
 
 ///////////////////////////////////////////////////////////////////////////////
-void ReplayCommandMarshaller::looseMarshal( OpenWireFormat* wireFormat, DataStructure* dataStructure, DataOutputStream* dataOut ) throw( decaf::io::IOException ) {
+void ReplayCommandMarshaller::looseMarshal( OpenWireFormat* wireFormat, DataStructure* dataStructure, DataOutputStream* dataOut ) {
 
     try {
 

Modified: activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/wireformat/openwire/marshal/generated/ReplayCommandMarshaller.h
URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/wireformat/openwire/marshal/generated/ReplayCommandMarshaller.h?rev=959054&r1=959053&r2=959054&view=diff
==============================================================================
--- activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/wireformat/openwire/marshal/generated/ReplayCommandMarshaller.h (original)
+++ activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/wireformat/openwire/marshal/generated/ReplayCommandMarshaller.h Tue Jun 29 17:58:29 2010
@@ -52,89 +52,31 @@ namespace generated{
         ReplayCommandMarshaller() {}
         virtual ~ReplayCommandMarshaller() {}
 
-        /**
-         * 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/ResponseMarshaller.cpp
URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/wireformat/openwire/marshal/generated/ResponseMarshaller.cpp?rev=959054&r1=959053&r2=959054&view=diff
==============================================================================
--- activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/wireformat/openwire/marshal/generated/ResponseMarshaller.cpp (original)
+++ activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/wireformat/openwire/marshal/generated/ResponseMarshaller.cpp Tue Jun 29 17:58:29 2010
@@ -51,7 +51,7 @@ unsigned char ResponseMarshaller::getDat
 }
 
 ///////////////////////////////////////////////////////////////////////////////
-void ResponseMarshaller::tightUnmarshal( OpenWireFormat* wireFormat, DataStructure* dataStructure, DataInputStream* dataIn, BooleanStream* bs ) throw( decaf::io::IOException ) {
+void ResponseMarshaller::tightUnmarshal( OpenWireFormat* wireFormat, DataStructure* dataStructure, DataInputStream* dataIn, BooleanStream* bs ) {
 
     try {
 
@@ -67,7 +67,7 @@ void ResponseMarshaller::tightUnmarshal(
 }
 
 ///////////////////////////////////////////////////////////////////////////////
-int ResponseMarshaller::tightMarshal1( OpenWireFormat* wireFormat, DataStructure* dataStructure, BooleanStream* bs ) throw( decaf::io::IOException ) {
+int ResponseMarshaller::tightMarshal1( OpenWireFormat* wireFormat, DataStructure* dataStructure, BooleanStream* bs ) {
 
     try {
 
@@ -81,7 +81,7 @@ int ResponseMarshaller::tightMarshal1( O
 }
 
 ///////////////////////////////////////////////////////////////////////////////
-void ResponseMarshaller::tightMarshal2( OpenWireFormat* wireFormat, DataStructure* dataStructure, DataOutputStream* dataOut, BooleanStream* bs ) throw( decaf::io::IOException ) {
+void ResponseMarshaller::tightMarshal2( OpenWireFormat* wireFormat, DataStructure* dataStructure, DataOutputStream* dataOut, BooleanStream* bs ) {
 
     try {
 
@@ -97,7 +97,7 @@ void ResponseMarshaller::tightMarshal2( 
 }
 
 ///////////////////////////////////////////////////////////////////////////////
-void ResponseMarshaller::looseUnmarshal( OpenWireFormat* wireFormat, DataStructure* dataStructure, DataInputStream* dataIn ) throw( decaf::io::IOException ) {
+void ResponseMarshaller::looseUnmarshal( OpenWireFormat* wireFormat, DataStructure* dataStructure, DataInputStream* dataIn ) {
 
     try {
 
@@ -112,7 +112,7 @@ void ResponseMarshaller::looseUnmarshal(
 }
 
 ///////////////////////////////////////////////////////////////////////////////
-void ResponseMarshaller::looseMarshal( OpenWireFormat* wireFormat, DataStructure* dataStructure, DataOutputStream* dataOut ) throw( decaf::io::IOException ) {
+void ResponseMarshaller::looseMarshal( OpenWireFormat* wireFormat, DataStructure* dataStructure, DataOutputStream* dataOut ) {
 
     try {
 

Modified: activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/wireformat/openwire/marshal/generated/ResponseMarshaller.h
URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/wireformat/openwire/marshal/generated/ResponseMarshaller.h?rev=959054&r1=959053&r2=959054&view=diff
==============================================================================
--- activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/wireformat/openwire/marshal/generated/ResponseMarshaller.h (original)
+++ activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/wireformat/openwire/marshal/generated/ResponseMarshaller.h Tue Jun 29 17:58:29 2010
@@ -52,89 +52,31 @@ namespace generated{
         ResponseMarshaller() {}
         virtual ~ResponseMarshaller() {}
 
-        /**
-         * 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/SessionIdMarshaller.cpp
URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/wireformat/openwire/marshal/generated/SessionIdMarshaller.cpp?rev=959054&r1=959053&r2=959054&view=diff
==============================================================================
--- activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/wireformat/openwire/marshal/generated/SessionIdMarshaller.cpp (original)
+++ activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/wireformat/openwire/marshal/generated/SessionIdMarshaller.cpp Tue Jun 29 17:58:29 2010
@@ -51,7 +51,7 @@ unsigned char SessionIdMarshaller::getDa
 }
 
 ///////////////////////////////////////////////////////////////////////////////
-void SessionIdMarshaller::tightUnmarshal( OpenWireFormat* wireFormat, DataStructure* dataStructure, DataInputStream* dataIn, BooleanStream* bs ) throw( decaf::io::IOException ) {
+void SessionIdMarshaller::tightUnmarshal( OpenWireFormat* wireFormat, DataStructure* dataStructure, DataInputStream* dataIn, BooleanStream* bs ) {
 
     try {
 
@@ -68,7 +68,7 @@ void SessionIdMarshaller::tightUnmarshal
 }
 
 ///////////////////////////////////////////////////////////////////////////////
-int SessionIdMarshaller::tightMarshal1( OpenWireFormat* wireFormat, DataStructure* dataStructure, BooleanStream* bs ) throw( decaf::io::IOException ) {
+int SessionIdMarshaller::tightMarshal1( OpenWireFormat* wireFormat, DataStructure* dataStructure, BooleanStream* bs ) {
 
     try {
 
@@ -87,7 +87,7 @@ int SessionIdMarshaller::tightMarshal1( 
 }
 
 ///////////////////////////////////////////////////////////////////////////////
-void SessionIdMarshaller::tightMarshal2( OpenWireFormat* wireFormat, DataStructure* dataStructure, DataOutputStream* dataOut, BooleanStream* bs ) throw( decaf::io::IOException ) {
+void SessionIdMarshaller::tightMarshal2( OpenWireFormat* wireFormat, DataStructure* dataStructure, DataOutputStream* dataOut, BooleanStream* bs ) {
 
     try {
 
@@ -104,7 +104,7 @@ void SessionIdMarshaller::tightMarshal2(
 }
 
 ///////////////////////////////////////////////////////////////////////////////
-void SessionIdMarshaller::looseUnmarshal( OpenWireFormat* wireFormat, DataStructure* dataStructure, DataInputStream* dataIn ) throw( decaf::io::IOException ) {
+void SessionIdMarshaller::looseUnmarshal( OpenWireFormat* wireFormat, DataStructure* dataStructure, DataInputStream* dataIn ) {
 
     try {
 
@@ -120,7 +120,7 @@ void SessionIdMarshaller::looseUnmarshal
 }
 
 ///////////////////////////////////////////////////////////////////////////////
-void SessionIdMarshaller::looseMarshal( OpenWireFormat* wireFormat, DataStructure* dataStructure, DataOutputStream* dataOut ) throw( decaf::io::IOException ) {
+void SessionIdMarshaller::looseMarshal( OpenWireFormat* wireFormat, DataStructure* dataStructure, DataOutputStream* dataOut ) {
 
     try {
 

Modified: activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/wireformat/openwire/marshal/generated/SessionIdMarshaller.h
URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/wireformat/openwire/marshal/generated/SessionIdMarshaller.h?rev=959054&r1=959053&r2=959054&view=diff
==============================================================================
--- activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/wireformat/openwire/marshal/generated/SessionIdMarshaller.h (original)
+++ activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/wireformat/openwire/marshal/generated/SessionIdMarshaller.h Tue Jun 29 17:58:29 2010
@@ -52,89 +52,31 @@ namespace generated{
         SessionIdMarshaller() {}
         virtual ~SessionIdMarshaller() {}
 
-        /**
-         * 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 );
 
     };