Author: tabish
Date: Thu Mar 19 18:15:13 2009
New Revision: 756126

URL: http://svn.apache.org/viewvc?rev=756126&view=rev
Log:
Changes needed to build on Windows

Modified:
    activemq/activemq-cpp/trunk/src/main/activemq/commands/WireFormatInfo.cpp

Modified: 
activemq/activemq-cpp/trunk/src/main/activemq/commands/WireFormatInfo.cpp
URL: 
http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/src/main/activemq/commands/WireFormatInfo.cpp?rev=756126&r1=756125&r2=756126&view=diff
==============================================================================
--- activemq/activemq-cpp/trunk/src/main/activemq/commands/WireFormatInfo.cpp 
(original)
+++ activemq/activemq-cpp/trunk/src/main/activemq/commands/WireFormatInfo.cpp 
Thu Mar 19 18:15:13 2009
@@ -164,7 +164,7 @@
 
 
////////////////////////////////////////////////////////////////////////////////
 decaf::lang::Pointer<commands::Command> WireFormatInfo::visit( 
activemq::state::CommandVisitor* visitor )
-    throw( exceptions::ActiveMQException ) {
+       throw( activemq::exceptions::ActiveMQException ) {
 
     return visitor->processWireFormat( this );
 }


Reply via email to