cleanup git-svn-id: https://svn.apache.org/repos/asf/activemq/activemq-cpp/trunk@1518406 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/activemq-cpp/src/main/activemq/core/ActiveMQConstants.cpp b/activemq-cpp/src/main/activemq/core/ActiveMQConstants.cpp index c346001..44da232 100644 --- a/activemq-cpp/src/main/activemq/core/ActiveMQConstants.cpp +++ b/activemq-cpp/src/main/activemq/core/ActiveMQConstants.cpp
@@ -34,7 +34,7 @@ ActiveMQConstants::StaticInitializer ActiveMQConstants::staticInits; //////////////////////////////////////////////////////////////////////////////// -ActiveMQConstants::StaticInitializer::StaticInitializer(){ +ActiveMQConstants::StaticInitializer::StaticInitializer() { destOptions[CONSUMER_PREFECTCHSIZE] = "consumer.prefetchSize"; destOptions[CUNSUMER_MAXPENDINGMSGLIMIT] = "consumer.maximumPendingMessageLimit";
diff --git a/activemq-cpp/src/main/activemq/core/ActiveMQConstants.h b/activemq-cpp/src/main/activemq/core/ActiveMQConstants.h index 3db3ba8..3586147 100644 --- a/activemq-cpp/src/main/activemq/core/ActiveMQConstants.h +++ b/activemq-cpp/src/main/activemq/core/ActiveMQConstants.h
@@ -29,7 +29,7 @@ * Each constant is defined as an enumeration and has functions that * convert back an forth between string and enum values. */ - class AMQCPP_API ActiveMQConstants{ + class AMQCPP_API ActiveMQConstants { public: // Flags to indicate Transaction States. @@ -65,7 +65,7 @@ * These values represent the options that can be appended to an * Destination name, i.e. /topic/foo?consumer.exclusive=true */ - enum DestinationOption{ + enum DestinationOption { CONSUMER_PREFECTCHSIZE, CUNSUMER_MAXPENDINGMSGLIMIT, CONSUMER_NOLOCAL, @@ -81,8 +81,7 @@ * These values represent the parameters that can be added to the * connection URI that affect the ActiveMQ Core API */ - enum URIParam - { + enum URIParam { CONNECTION_SENDTIMEOUT, CONNECTION_PRODUCERWINDOWSIZE, CONNECTION_CLOSETIMEOUT,