[asterisk-scf-commits] asterisk-scf/release/ice-util-cpp.git branch "master" updated.

Commits to the Asterisk SCF project code repositories asterisk-scf-commits at lists.digium.com
Fri Jul 13 16:14:35 CDT 2012


branch "master" has been updated
       via  d50bd6e62bd9a6f58fde0cd65047049ac2b09106 (commit)
      from  8d8637d15c345c4f5154782ba8d0b10ffb4bfc28 (commit)

Summary of changes:
 include/AsteriskSCF/Listener/ListenerManager.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


- Log -----------------------------------------------------------------
commit d50bd6e62bd9a6f58fde0cd65047049ac2b09106
Author: Ken Hunt <ken.hunt at digium.com>
Date:   Fri Jul 13 16:15:19 2012 -0500

    Fixed constructor's initializer list ordering problem.

diff --git a/include/AsteriskSCF/Listener/ListenerManager.h b/include/AsteriskSCF/Listener/ListenerManager.h
index 52d7976..08ad5d7 100644
--- a/include/AsteriskSCF/Listener/ListenerManager.h
+++ b/include/AsteriskSCF/Listener/ListenerManager.h
@@ -206,9 +206,9 @@ public:
 
 protected:
     boost::shared_mutex mLock;
-    std::string mTopicName;
     IceStorm::TopicPrx mTopic;
     IceStorm::TopicManagerPrx mTopicManager;
+    std::string mTopicName;
     T mPublisher;
     ListenerSeq mListeners;
     IceUtil::Handle<InitializationThread> mInitThread;

-----------------------------------------------------------------------


-- 
asterisk-scf/release/ice-util-cpp.git



More information about the asterisk-scf-commits mailing list