[asterisk-scf-commits] asterisk-scf/release/media_transport_udptl.git branch "master" updated.
Commits to the Asterisk SCF project code repositories
asterisk-scf-commits at lists.digium.com
Fri Feb 10 11:40:47 CST 2012
branch "master" has been updated
via 7a5e1c60c180ddbc8e32f243cc14447cf068f977 (commit)
from a104ff04036cf0bd89cb9902d9fbb0780583f70f (commit)
Summary of changes:
src/ComponentStateReplicator.cpp | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit 7a5e1c60c180ddbc8e32f243cc14447cf068f977
Author: Ken Hunt <ken.hunt at digium.com>
Date: Fri Feb 10 11:40:43 2012 -0600
Changes to base ComponentStateReplicator constructor args.
diff --git a/src/ComponentStateReplicator.cpp b/src/ComponentStateReplicator.cpp
index 9689afa..aa34d9e 100644
--- a/src/ComponentStateReplicator.cpp
+++ b/src/ComponentStateReplicator.cpp
@@ -44,7 +44,8 @@ public:
ComponentStateReplicator() :
AsteriskSCF::Component::ComponentStateReplicator(lg,
AsteriskSCF::Replication::UDPTL::V1::StateReplicatorComponentCategory,
- true) // if true, supports configuration
+ true, // if true, supports configuration
+ ConfigurationDiscoveryCategory)
{
}
-----------------------------------------------------------------------
--
asterisk-scf/release/media_transport_udptl.git
More information about the asterisk-scf-commits
mailing list