Author: tabish
Date: Sat Apr 28 11:46:44 2007
New Revision: 533409
URL: http://svn.apache.org/viewvc?view=rev&rev=533409
Log:
https://issues.apache.org/activemq/browse/AMQCPP-109
Modified:
activemq/activemq-cpp/trunk/activemq-cpp/src/main/cms/ObjectMessage.h
Modified: activemq/activemq-cpp/trunk/activemq-cpp/src/main/cms/ObjectMessage.h
URL:
http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/activemq-cpp/src/main/cms/ObjectMessage.h?view=diff&rev=533409&r1=533408&r2=533409
==============================================================================
--- activemq/activemq-cpp/trunk/activemq-cpp/src/main/cms/ObjectMessage.h
(original)
+++ activemq/activemq-cpp/trunk/activemq-cpp/src/main/cms/ObjectMessage.h Sat
Apr 28 11:46:44 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() {}
};