Author: tabish
Date: Sat Aug 30 11:48:08 2008
New Revision: 690548
URL: http://svn.apache.org/viewvc?rev=690548&view=rev
Log:
Code cleanup
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=690548&r1=690547&r2=690548&view=diff
==============================================================================
--- activemq/activemq-cpp/trunk/src/examples/main.cpp (original)
+++ activemq/activemq-cpp/trunk/src/examples/main.cpp Sat Aug 30 11:48:08 2008
@@ -305,7 +305,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("CMS Exception occured. Shutting down client.\n");
+ printf("CMS Exception occurred. Shutting down client.\n");
exit(1);
}
@@ -354,7 +354,7 @@
std::cout << "Starting the example:" << std::endl;
std::cout << "-----------------------------------------------------\n";
- // Set the URI to point to the IPAddress of your broker.
+ // Set the URI to point to the IP Address of your broker.
// add any optional params to the url to enable things like
// tightMarshalling or tcp logging etc. See the CMS web site for
// a full list of configuration options.