Author: tabish
Date: Sat May 31 18:45:52 2008
New Revision: 662122
URL: http://svn.apache.org/viewvc?rev=662122&view=rev
Log:
http://issues.apache.org/activemq/browse/AMQCPP-172
Modified:
activemq/activemq-cpp/trunk/src/main/activemq/connector/openwire/marshal/PrimitiveMapMarshaller.cpp
Modified:
activemq/activemq-cpp/trunk/src/main/activemq/connector/openwire/marshal/PrimitiveMapMarshaller.cpp
URL:
http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/src/main/activemq/connector/openwire/marshal/PrimitiveMapMarshaller.cpp?rev=662122&r1=662121&r2=662122&view=diff
==============================================================================
---
activemq/activemq-cpp/trunk/src/main/activemq/connector/openwire/marshal/PrimitiveMapMarshaller.cpp
(original)
+++
activemq/activemq-cpp/trunk/src/main/activemq/connector/openwire/marshal/PrimitiveMapMarshaller.cpp
Sat May 31 18:45:52 2008
@@ -139,7 +139,7 @@
///////////////////////////////////////////////////////////////////////////////
void PrimitiveMapMarshaller::marshalPrimitiveList(
decaf::io::DataOutputStream& dataOut,
- const decaf::util::List<util::PrimitiveValueNode>& list )
+ const decaf::util::List<PrimitiveValueNode>& list )
throw ( decaf::io::IOException ) {
try{
@@ -247,7 +247,7 @@
///////////////////////////////////////////////////////////////////////////////
void PrimitiveMapMarshaller::unmarshalPrimitiveMap(
- decaf::io::DataInputStream& dataIn, util::PrimitiveMap& map )
+ decaf::io::DataInputStream& dataIn, PrimitiveMap& map )
throw ( decaf::io::IOException ) {
try{
@@ -269,7 +269,7 @@
///////////////////////////////////////////////////////////////////////////////
void PrimitiveMapMarshaller::unmarshalPrimitiveList(
decaf::io::DataInputStream& dataIn,
- decaf::util::List<util::PrimitiveValueNode>& list )
+ decaf::util::List<PrimitiveValueNode>& list )
throw ( decaf::io::IOException ) {
try{