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 2007/04/30 13:36:57 UTC

svn commit: r533703 - /activemq/activemq-cpp/tags/activemq-cpp-2.0.1/src/main/cms/ObjectMessage.h

Author: tabish
Date: Mon Apr 30 04:36:56 2007
New Revision: 533703

URL: http://svn.apache.org/viewvc?view=rev&rev=533703
Log:
Merging in fixes for 2.0.1

Modified:
    activemq/activemq-cpp/tags/activemq-cpp-2.0.1/src/main/cms/ObjectMessage.h

Modified: activemq/activemq-cpp/tags/activemq-cpp-2.0.1/src/main/cms/ObjectMessage.h
URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/tags/activemq-cpp-2.0.1/src/main/cms/ObjectMessage.h?view=diff&rev=533703&r1=533702&r2=533703
==============================================================================
--- activemq/activemq-cpp/tags/activemq-cpp-2.0.1/src/main/cms/ObjectMessage.h (original)
+++ activemq/activemq-cpp/tags/activemq-cpp-2.0.1/src/main/cms/ObjectMessage.h Mon Apr 30 04:36:56 2007
@@ -14,7 +14,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
- 
+
 #ifndef _CMS_OBJECTMESSAGE_H_
 #define _CMS_OBJECTMESSAGE_H_
 
@@ -22,10 +22,10 @@
 
 namespace cms{
 
-    class ObjectMessage : Message
+    class ObjectMessage : public Message
     {
     public:
-    
+
         virtual ~ObjectMessage() {}
 
     };