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

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


branch "master" has been updated
       via  105cbeb20c63d5656b6cd2bb6867fa184acd8f0f (commit)
      from  1944bc82a8b2682bfb048f3b5ddf495971062f42 (commit)

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


- Log -----------------------------------------------------------------
commit 105cbeb20c63d5656b6cd2bb6867fa184acd8f0f
Author: Ken Hunt <ken.hunt at digium.com>
Date:   Fri Feb 10 11:41:27 2012 -0600

    Changes to base ComponentStateReplicator constructor args.

diff --git a/src/ComponentStateReplicator.cpp b/src/ComponentStateReplicator.cpp
index 1ba7dd6..742309e 100644
--- a/src/ComponentStateReplicator.cpp
+++ b/src/ComponentStateReplicator.cpp
@@ -60,7 +60,7 @@ public:
     ComponentStateReplicator() :
       AsteriskSCF::Component::ComponentStateReplicator(lg, 
           AsteriskSCF::Replication::BasicRoutingService::V1::StateReplicatorComponentCategory, 
-          false) 
+          false, "") 
     {
     }
 

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


-- 
asterisk-scf/release/routing.git



More information about the asterisk-scf-commits mailing list