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 [5/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/ActiveMQBytesMessageMarshaller.h
URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/wireformat/openwire/marshal/generated/ActiveMQBytesMessageMarshaller.h?rev=959054&r1=959053&r2=959054&view=diff
==============================================================================
--- activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/wireformat/openwire/marshal/generated/ActiveMQBytesMessageMarshaller.h (original)
+++ activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/wireformat/openwire/marshal/generated/ActiveMQBytesMessageMarshaller.h Tue Jun 29 17:58:29 2010
@@ -52,89 +52,31 @@ namespace generated{
         ActiveMQBytesMessageMarshaller() {}
         virtual ~ActiveMQBytesMessageMarshaller() {}
 
-        /**
-         * 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/ActiveMQDestinationMarshaller.cpp
URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/wireformat/openwire/marshal/generated/ActiveMQDestinationMarshaller.cpp?rev=959054&r1=959053&r2=959054&view=diff
==============================================================================
--- activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/wireformat/openwire/marshal/generated/ActiveMQDestinationMarshaller.cpp (original)
+++ activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/wireformat/openwire/marshal/generated/ActiveMQDestinationMarshaller.cpp Tue Jun 29 17:58:29 2010
@@ -41,7 +41,7 @@ using namespace decaf::io;
 using namespace decaf::lang;
 
 ///////////////////////////////////////////////////////////////////////////////
-void ActiveMQDestinationMarshaller::tightUnmarshal( OpenWireFormat* wireFormat, DataStructure* dataStructure, DataInputStream* dataIn, BooleanStream* bs ) throw( decaf::io::IOException ) {
+void ActiveMQDestinationMarshaller::tightUnmarshal( OpenWireFormat* wireFormat, DataStructure* dataStructure, DataInputStream* dataIn, BooleanStream* bs ) {
 
     try {
 
@@ -57,7 +57,7 @@ void ActiveMQDestinationMarshaller::tigh
 }
 
 ///////////////////////////////////////////////////////////////////////////////
-int ActiveMQDestinationMarshaller::tightMarshal1( OpenWireFormat* wireFormat, DataStructure* dataStructure, BooleanStream* bs ) throw( decaf::io::IOException ) {
+int ActiveMQDestinationMarshaller::tightMarshal1( OpenWireFormat* wireFormat, DataStructure* dataStructure, BooleanStream* bs ) {
 
     try {
 
@@ -75,7 +75,7 @@ int ActiveMQDestinationMarshaller::tight
 }
 
 ///////////////////////////////////////////////////////////////////////////////
-void ActiveMQDestinationMarshaller::tightMarshal2( OpenWireFormat* wireFormat, DataStructure* dataStructure, DataOutputStream* dataOut, BooleanStream* bs ) throw( decaf::io::IOException ) {
+void ActiveMQDestinationMarshaller::tightMarshal2( OpenWireFormat* wireFormat, DataStructure* dataStructure, DataOutputStream* dataOut, BooleanStream* bs ) {
 
     try {
 
@@ -91,7 +91,7 @@ void ActiveMQDestinationMarshaller::tigh
 }
 
 ///////////////////////////////////////////////////////////////////////////////
-void ActiveMQDestinationMarshaller::looseUnmarshal( OpenWireFormat* wireFormat, DataStructure* dataStructure, DataInputStream* dataIn ) throw( decaf::io::IOException ) {
+void ActiveMQDestinationMarshaller::looseUnmarshal( OpenWireFormat* wireFormat, DataStructure* dataStructure, DataInputStream* dataIn ) {
 
     try {
 
@@ -106,7 +106,7 @@ void ActiveMQDestinationMarshaller::loos
 }
 
 ///////////////////////////////////////////////////////////////////////////////
-void ActiveMQDestinationMarshaller::looseMarshal( OpenWireFormat* wireFormat, DataStructure* dataStructure, DataOutputStream* dataOut ) throw( decaf::io::IOException ) {
+void ActiveMQDestinationMarshaller::looseMarshal( OpenWireFormat* wireFormat, DataStructure* dataStructure, DataOutputStream* dataOut ) {
 
     try {
 

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

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

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

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

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

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

Modified: activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/wireformat/openwire/marshal/generated/ActiveMQTempDestinationMarshaller.h
URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/wireformat/openwire/marshal/generated/ActiveMQTempDestinationMarshaller.h?rev=959054&r1=959053&r2=959054&view=diff
==============================================================================
--- activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/wireformat/openwire/marshal/generated/ActiveMQTempDestinationMarshaller.h (original)
+++ activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/wireformat/openwire/marshal/generated/ActiveMQTempDestinationMarshaller.h Tue Jun 29 17:58:29 2010
@@ -52,75 +52,27 @@ namespace generated{
         ActiveMQTempDestinationMarshaller() {}
         virtual ~ActiveMQTempDestinationMarshaller() {}
 
-        /**
-         * 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/ActiveMQTempQueueMarshaller.cpp
URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/wireformat/openwire/marshal/generated/ActiveMQTempQueueMarshaller.cpp?rev=959054&r1=959053&r2=959054&view=diff
==============================================================================
--- activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/wireformat/openwire/marshal/generated/ActiveMQTempQueueMarshaller.cpp (original)
+++ activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/wireformat/openwire/marshal/generated/ActiveMQTempQueueMarshaller.cpp Tue Jun 29 17:58:29 2010
@@ -51,7 +51,7 @@ unsigned char ActiveMQTempQueueMarshalle
 }
 
 ///////////////////////////////////////////////////////////////////////////////
-void ActiveMQTempQueueMarshaller::tightUnmarshal( OpenWireFormat* wireFormat, DataStructure* dataStructure, DataInputStream* dataIn, BooleanStream* bs ) throw( decaf::io::IOException ) {
+void ActiveMQTempQueueMarshaller::tightUnmarshal( OpenWireFormat* wireFormat, DataStructure* dataStructure, DataInputStream* dataIn, BooleanStream* bs ) {
 
     try {
 
@@ -64,7 +64,7 @@ void ActiveMQTempQueueMarshaller::tightU
 }
 
 ///////////////////////////////////////////////////////////////////////////////
-int ActiveMQTempQueueMarshaller::tightMarshal1( OpenWireFormat* wireFormat, DataStructure* dataStructure, BooleanStream* bs ) throw( decaf::io::IOException ) {
+int ActiveMQTempQueueMarshaller::tightMarshal1( OpenWireFormat* wireFormat, DataStructure* dataStructure, BooleanStream* bs ) {
 
     try {
 
@@ -78,7 +78,7 @@ int ActiveMQTempQueueMarshaller::tightMa
 }
 
 ///////////////////////////////////////////////////////////////////////////////
-void ActiveMQTempQueueMarshaller::tightMarshal2( OpenWireFormat* wireFormat, DataStructure* dataStructure, DataOutputStream* dataOut, BooleanStream* bs ) throw( decaf::io::IOException ) {
+void ActiveMQTempQueueMarshaller::tightMarshal2( OpenWireFormat* wireFormat, DataStructure* dataStructure, DataOutputStream* dataOut, BooleanStream* bs ) {
 
     try {
 
@@ -91,7 +91,7 @@ void ActiveMQTempQueueMarshaller::tightM
 }
 
 ///////////////////////////////////////////////////////////////////////////////
-void ActiveMQTempQueueMarshaller::looseUnmarshal( OpenWireFormat* wireFormat, DataStructure* dataStructure, DataInputStream* dataIn ) throw( decaf::io::IOException ) {
+void ActiveMQTempQueueMarshaller::looseUnmarshal( OpenWireFormat* wireFormat, DataStructure* dataStructure, DataInputStream* dataIn ) {
 
     try {
 
@@ -103,7 +103,7 @@ void ActiveMQTempQueueMarshaller::looseU
 }
 
 ///////////////////////////////////////////////////////////////////////////////
-void ActiveMQTempQueueMarshaller::looseMarshal( OpenWireFormat* wireFormat, DataStructure* dataStructure, DataOutputStream* dataOut ) throw( decaf::io::IOException ) {
+void ActiveMQTempQueueMarshaller::looseMarshal( OpenWireFormat* wireFormat, DataStructure* dataStructure, DataOutputStream* dataOut ) {
 
     try {
 

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

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

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