Author: tabish
Date: Fri Oct 26 07:39:35 2007
New Revision: 588667
URL: http://svn.apache.org/viewvc?rev=588667&view=rev
Log:
Cleaning up the examples
Modified:
activemq/activemq-cpp/trunk/src/examples/main.cpp
Modified: activemq/activemq-cpp/trunk/src/examples/main.cpp
URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/src/examples/main.cpp?rev=588667&r1=588666&r2=588667&view=diff
==============================================================================
--- activemq/activemq-cpp/trunk/src/examples/main.cpp (original)
+++ activemq/activemq-cpp/trunk/src/examples/main.cpp Fri Oct 26 07:39:35 2007
@@ -264,7 +264,7 @@
// If something bad happens you see it here as this class is also been
// registered as an ExceptionListener with the connection.
virtual void onException( const CMSException& ex AMQCPP_UNUSED) {
- printf("JMS Exception occured. Shutting down client.\n");
+ printf("CMS Exception occured. Shutting down client.\n");
}
private:
|