You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ta...@apache.org on 2015/07/10 23:23:58 UTC

[2/2] activemq-cpp git commit: Clean up a bit, fix some spelling error in the docs.

Clean up a bit, fix some spelling error in the docs.

Project: http://git-wip-us.apache.org/repos/asf/activemq-cpp/repo
Commit: http://git-wip-us.apache.org/repos/asf/activemq-cpp/commit/b833e24f
Tree: http://git-wip-us.apache.org/repos/asf/activemq-cpp/tree/b833e24f
Diff: http://git-wip-us.apache.org/repos/asf/activemq-cpp/diff/b833e24f

Branch: refs/heads/master
Commit: b833e24fd39c2e9013249c5b910229bd3b1f2a53
Parents: c0aa331
Author: Timothy Bish <ta...@gmail.com>
Authored: Fri Jul 10 17:23:46 2015 -0400
Committer: Timothy Bish <ta...@gmail.com>
Committed: Fri Jul 10 17:23:46 2015 -0400

----------------------------------------------------------------------
 activemq-cpp/src/main/activemq/core/ActiveMQAckHandler.h       | 6 +++---
 activemq-cpp/src/main/activemq/core/ActiveMQConstants.h        | 6 +++---
 activemq-cpp/src/main/activemq/core/ActiveMQConsumer.h         | 4 ++--
 activemq-cpp/src/main/activemq/core/ActiveMQProducer.h         | 4 ++--
 activemq-cpp/src/main/activemq/core/ActiveMQSession.h          | 4 ++--
 activemq-cpp/src/main/activemq/core/ActiveMQSessionExecutor.h  | 6 +++---
 .../src/main/activemq/core/ActiveMQTransactionContext.h        | 2 +-
 7 files changed, 16 insertions(+), 16 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/activemq-cpp/blob/b833e24f/activemq-cpp/src/main/activemq/core/ActiveMQAckHandler.h
----------------------------------------------------------------------
diff --git a/activemq-cpp/src/main/activemq/core/ActiveMQAckHandler.h b/activemq-cpp/src/main/activemq/core/ActiveMQAckHandler.h
index 6bc884c..6abeaf9 100644
--- a/activemq-cpp/src/main/activemq/core/ActiveMQAckHandler.h
+++ b/activemq-cpp/src/main/activemq/core/ActiveMQAckHandler.h
@@ -19,11 +19,11 @@
 
 #include <activemq/util/Config.h>
 
-namespace activemq{
-namespace commands{
+namespace activemq {
+namespace commands {
     class Message;
 }
-namespace core{
+namespace core {
 
     /**
      * Interface class that is used to give CMS Messages an interface to

http://git-wip-us.apache.org/repos/asf/activemq-cpp/blob/b833e24f/activemq-cpp/src/main/activemq/core/ActiveMQConstants.h
----------------------------------------------------------------------
diff --git a/activemq-cpp/src/main/activemq/core/ActiveMQConstants.h b/activemq-cpp/src/main/activemq/core/ActiveMQConstants.h
index 3586147..60d5ec7 100644
--- a/activemq-cpp/src/main/activemq/core/ActiveMQConstants.h
+++ b/activemq-cpp/src/main/activemq/core/ActiveMQConstants.h
@@ -21,8 +21,8 @@
 #include <map>
 #include <activemq/util/Config.h>
 
-namespace activemq{
-namespace core{
+namespace activemq {
+namespace core {
 
     /**
      * Class holding constant values for various ActiveMQ specific things
@@ -50,7 +50,7 @@ namespace core{
             DESTINATION_REMOVE_OPERATION = 1
         };
 
-        // Represents the Acknowledgement types that are supported for the
+        // Represents the Acknowledgment types that are supported for the
         // Message Ack Command.
         enum AckType {
             ACK_TYPE_DELIVERED   = 0,  // Message delivered but not consumed

http://git-wip-us.apache.org/repos/asf/activemq-cpp/blob/b833e24f/activemq-cpp/src/main/activemq/core/ActiveMQConsumer.h
----------------------------------------------------------------------
diff --git a/activemq-cpp/src/main/activemq/core/ActiveMQConsumer.h b/activemq-cpp/src/main/activemq/core/ActiveMQConsumer.h
index 8a9e7a2..d845bd2 100644
--- a/activemq-cpp/src/main/activemq/core/ActiveMQConsumer.h
+++ b/activemq-cpp/src/main/activemq/core/ActiveMQConsumer.h
@@ -29,8 +29,8 @@
 
 #include <decaf/lang/Pointer.h>
 
-namespace activemq{
-namespace core{
+namespace activemq {
+namespace core {
 
     using decaf::lang::Pointer;
 

http://git-wip-us.apache.org/repos/asf/activemq-cpp/blob/b833e24f/activemq-cpp/src/main/activemq/core/ActiveMQProducer.h
----------------------------------------------------------------------
diff --git a/activemq-cpp/src/main/activemq/core/ActiveMQProducer.h b/activemq-cpp/src/main/activemq/core/ActiveMQProducer.h
index ff78c58..e69730d 100644
--- a/activemq-cpp/src/main/activemq/core/ActiveMQProducer.h
+++ b/activemq-cpp/src/main/activemq/core/ActiveMQProducer.h
@@ -26,8 +26,8 @@
 #include <activemq/commands/ProducerInfo.h>
 #include <activemq/core/kernels/ActiveMQProducerKernel.h>
 
-namespace activemq{
-namespace core{
+namespace activemq {
+namespace core {
 
     using decaf::lang::Pointer;
 

http://git-wip-us.apache.org/repos/asf/activemq-cpp/blob/b833e24f/activemq-cpp/src/main/activemq/core/ActiveMQSession.h
----------------------------------------------------------------------
diff --git a/activemq-cpp/src/main/activemq/core/ActiveMQSession.h b/activemq-cpp/src/main/activemq/core/ActiveMQSession.h
index 5aea4c4..626a0e8 100644
--- a/activemq-cpp/src/main/activemq/core/ActiveMQSession.h
+++ b/activemq-cpp/src/main/activemq/core/ActiveMQSession.h
@@ -31,8 +31,8 @@
 #include <string>
 #include <memory>
 
-namespace activemq{
-namespace core{
+namespace activemq {
+namespace core {
 
     using decaf::lang::Pointer;
     using decaf::util::concurrent::atomic::AtomicBoolean;

http://git-wip-us.apache.org/repos/asf/activemq-cpp/blob/b833e24f/activemq-cpp/src/main/activemq/core/ActiveMQSessionExecutor.h
----------------------------------------------------------------------
diff --git a/activemq-cpp/src/main/activemq/core/ActiveMQSessionExecutor.h b/activemq-cpp/src/main/activemq/core/ActiveMQSessionExecutor.h
index 62346ba..46fdda0 100644
--- a/activemq-cpp/src/main/activemq/core/ActiveMQSessionExecutor.h
+++ b/activemq-cpp/src/main/activemq/core/ActiveMQSessionExecutor.h
@@ -26,9 +26,9 @@
 #include <activemq/threads/TaskRunner.h>
 #include <decaf/lang/Pointer.h>
 
-namespace activemq{
-namespace core{
-namespace kernels{
+namespace activemq {
+namespace core {
+namespace kernels {
     class ActiveMQSessionKernel;
 }
 

http://git-wip-us.apache.org/repos/asf/activemq-cpp/blob/b833e24f/activemq-cpp/src/main/activemq/core/ActiveMQTransactionContext.h
----------------------------------------------------------------------
diff --git a/activemq-cpp/src/main/activemq/core/ActiveMQTransactionContext.h b/activemq-cpp/src/main/activemq/core/ActiveMQTransactionContext.h
index d2c7990..73e6f1f 100644
--- a/activemq-cpp/src/main/activemq/core/ActiveMQTransactionContext.h
+++ b/activemq-cpp/src/main/activemq/core/ActiveMQTransactionContext.h
@@ -146,7 +146,7 @@ namespace kernels {
         virtual bool isInLocalTransaction() const;
 
         /**
-         * Checks to see if there is currently an XA Transaction in progess, returns
+         * Checks to see if there is currently an XA Transaction in progress, returns
          * false if not, true otherwise.
          *
          * @returns true if an XA Transaction is in progress.