Author: tabish
Date: Fri Nov 9 09:50:58 2007
New Revision: 593605
URL: http://svn.apache.org/viewvc?rev=593605&view=rev
Log:
http://issues.apache.org/activemq/browse/AMQCPP-103
Modified:
activemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v2/BaseCommandMarshallerTest.cpp
Modified:
activemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v2/BaseCommandMarshallerTest.cpp
URL:
http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v2/BaseCommandMarshallerTest.cpp?rev=593605&r1=593604&r2=593605&view=diff
==============================================================================
---
activemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v2/BaseCommandMarshallerTest.cpp
(original)
+++
activemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/v2/BaseCommandMarshallerTest.cpp
Fri Nov 9 09:50:58 2007
@@ -14,7 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
-
+
#include "BaseCommandMarshallerTest.h"
CPPUNIT_TEST_SUITE_REGISTRATION(
activemq::connector::openwire::marshal::v2::BaseCommandMarshallerTest );
@@ -25,15 +25,15 @@
using namespace std;
using namespace activemq;
using namespace activemq::util;
-using namespace activemq::io;
using namespace activemq::exceptions;
using namespace activemq::connector;
using namespace activemq::connector::openwire;
using namespace activemq::connector::openwire::marshal;
using namespace activemq::connector::openwire::marshal::v2;
+using namespace decaf;
+using namespace decaf::io;
////////////////////////////////////////////////////////////////////////////////
-void BaseCommandMarshallerTest::test()
-{
+void BaseCommandMarshallerTest::test() {
//BaseCommandMarshaller myMarshaller;
}