[asterisk-scf-commits] asterisk-scf/release/bridging.git branch "master" updated.

Commits to the Asterisk SCF project code repositories asterisk-scf-commits at lists.digium.com
Fri Feb 10 11:39:07 CST 2012


branch "master" has been updated
       via  75c04280f9f1c35bf3927dc83350870ddeee2395 (commit)
      from  d613fcbc05fdaa1f05adc1bb4e62a935bd0efa37 (commit)

Summary of changes:
 src/ComponentStateReplicator.cpp |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)


- Log -----------------------------------------------------------------
commit 75c04280f9f1c35bf3927dc83350870ddeee2395
Author: Ken Hunt <ken.hunt at digium.com>
Date:   Fri Feb 10 11:38:42 2012 -0600

    Changes to base ComponentStateReplicator constructor args.

diff --git a/src/ComponentStateReplicator.cpp b/src/ComponentStateReplicator.cpp
index ce0410f..d7505dc 100644
--- a/src/ComponentStateReplicator.cpp
+++ b/src/ComponentStateReplicator.cpp
@@ -49,7 +49,11 @@ class ComponentStateReplicator : public AsteriskSCF::Component::ComponentStateRe
 {
 public:
     ComponentStateReplicator() :
-      AsteriskSCF::Component::ComponentStateReplicator(lg, AsteriskSCF::Replication::BridgeService::V1::StateReplicatorComponentCategory, false)
+      AsteriskSCF::Component::ComponentStateReplicator(
+           lg, 
+           AsteriskSCF::Replication::BridgeService::V1::StateReplicatorComponentCategory, 
+           false,
+           "")
     {
     }
 

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


-- 
asterisk-scf/release/bridging.git



More information about the asterisk-scf-commits mailing list