[asterisk-scf-commits] asterisk-scf/release/test_channel.git branch "master" updated.
Commits to the Asterisk SCF project code repositories
asterisk-scf-commits at lists.digium.com
Mon Aug 8 03:14:30 CDT 2011
branch "master" has been updated
via ed418af28b5f5fc9fc396b717ead9400d75d8f0a (commit)
via 36d3b0bfc94febba48958c38a70ad11c7ba54793 (commit)
from 5482a35149744286c21d0ff743a9fe4fbb75cb2d (commit)
Summary of changes:
config/test_channel.conf | 2 +-
src/Service.cpp | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
- Log -----------------------------------------------------------------
commit ed418af28b5f5fc9fc396b717ead9400d75d8f0a
Merge: 5482a35 36d3b0b
Author: Ken Hunt <ken.hunt at digium.com>
Date: Fri Aug 5 01:58:06 2011 -0500
Merge branch 'basecomponent'
commit 36d3b0bfc94febba48958c38a70ad11c7ba54793
Author: Ken Hunt <ken.hunt at digium.com>
Date: Tue Jul 19 17:07:39 2011 -0500
Consitency in config parameters.
diff --git a/config/test_channel.conf b/config/test_channel.conf
index bead0c4..a87c7c6 100644
--- a/config/test_channel.conf
+++ b/config/test_channel.conf
@@ -14,7 +14,7 @@ LocatorService.Proxy=LocatorService:default -p 55558
ServiceLocatorManagementAdapter.Endpoints=tcp -p 55557
ServiceLocatorAdapter.Endpoints=tcp -p 55558
-ServiceLocatorManagementProxy=LocatorServiceManagement:tcp -p 55557
+LocatorServiceManagement.Proxy=LocatorServiceManagement:tcp -p 55557
TopicManager.Proxy=AsteriskSCFIceStorm/TopicManager:default -p 55555
diff --git a/src/Service.cpp b/src/Service.cpp
index 7d6169a..abd9051 100644
--- a/src/Service.cpp
+++ b/src/Service.cpp
@@ -91,7 +91,7 @@ void TestChannelDriver::start(const std::string& name, const Ice::CommunicatorPt
AsteriskSCF::TestUtil::TestEndpoint::create(mAdapter, "TestChannel.Locator");
AsteriskSCF::Core::Discovery::V1::ServiceLocatorManagementPrx management =
- AsteriskSCF::Core::Discovery::V1::ServiceLocatorManagementPrx::checkedCast(communicator->propertyToProxy("ServiceLocatorManagementProxy"));
+ AsteriskSCF::Core::Discovery::V1::ServiceLocatorManagementPrx::checkedCast(communicator->propertyToProxy("LocatorServiceManagement.Proxy"));
mServiceManagement = AsteriskSCF::Core::Discovery::V1::ServiceManagementPrx::uncheckedCast(management->addService(endpointLocatorPrx, "TestChannel"));
AsteriskSCF::Core::Discovery::V1::ServiceLocatorParamsPtr params = new AsteriskSCF::Core::Discovery::V1::ServiceLocatorParams();
params->category = "TestChannel";
-----------------------------------------------------------------------
--
asterisk-scf/release/test_channel.git
More information about the asterisk-scf-commits
mailing list