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

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


branch "master" has been updated
       via  9ef786e8925ddbf636727aff181f7af6c7806d35 (commit)
      from  27e97f6760f2b8a788efffcaa02459c16b87f0c6 (commit)

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


- Log -----------------------------------------------------------------
commit 9ef786e8925ddbf636727aff181f7af6c7806d35
Author: Ken Hunt <ken.hunt at digium.com>
Date:   Fri Feb 10 11:39:46 2012 -0600

    Changes to base ComponentStateReplicator constructor args.

diff --git a/src/ComponentStateReplicator.cpp b/src/ComponentStateReplicator.cpp
index 2a58cac..64c2ab7 100644
--- a/src/ComponentStateReplicator.cpp
+++ b/src/ComponentStateReplicator.cpp
@@ -48,7 +48,8 @@ public:
     ComponentStateReplicator() :
       AsteriskSCF::Component::ComponentStateReplicator(lg, 
             AsteriskSCF::Replication::MediaOperationsCore::V1::StateReplicatorComponentCategory, 
-            false)
+            false,
+            "")
     {
     }
 

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


-- 
asterisk-scf/release/media_operations_core.git



More information about the asterisk-scf-commits mailing list