[asterisk-scf-commits] asterisk-scf/integration/slice.git branch "basecomponent" created.
Commits to the Asterisk SCF project code repositories
asterisk-scf-commits at lists.digium.com
Tue Jul 19 16:59:45 CDT 2011
branch "basecomponent" has been created
at 785942d7ec565a5435dbce340a6c7a973fb13115 (commit)
- Log -----------------------------------------------------------------
commit 785942d7ec565a5435dbce340a6c7a973fb13115
Author: Ken Hunt <ken.hunt at digium.com>
Date: Tue Jul 19 16:59:13 2011 -0500
Changes for base Component refactoring.
diff --git a/AsteriskSCF/Media/RTP/MediaRTPIf.ice b/AsteriskSCF/Media/RTP/MediaRTPIf.ice
index 8687f30..dc0ca9b 100644
--- a/AsteriskSCF/Media/RTP/MediaRTPIf.ice
+++ b/AsteriskSCF/Media/RTP/MediaRTPIf.ice
@@ -35,6 +35,11 @@ module V1
const string Version = "V1";
/**
+ * String name of the service locator category for the RTP component service interface.
+ */
+ const string ComponentServiceDiscoveryCategory = "MediaRTPService";
+
+ /**
* Extended discovery class for RTP media services.
*/
unsliceable class RTPServiceLocatorParams extends AsteriskSCF::Core::Discovery::V1::ServiceLocatorParams
diff --git a/AsteriskSCF/SessionCommunications/SessionCommunicationsIf.ice b/AsteriskSCF/SessionCommunications/SessionCommunicationsIf.ice
index 7d53e82..47edd67 100644
--- a/AsteriskSCF/SessionCommunications/SessionCommunicationsIf.ice
+++ b/AsteriskSCF/SessionCommunications/SessionCommunicationsIf.ice
@@ -574,9 +574,14 @@ module V1
};
/**
- * Category used for the bridge service.
+ * Category used to publish the Bridge Service's ComponentService interface.
*/
- const string BridgeServiceDiscoveryCategory = "BridgeService";
+ const string BridgeComponentServiceCategory = "BridgingComponentService";
+
+ /**
+ * Category used for the bridge manager.
+ */
+ const string BridgeManagerDiscoveryCategory = "BridgeManager";
/**
* The bridge throws an InvalidSessions exception if any of the sessions
diff --git a/AsteriskSCF/System/Component/ComponentServiceIf.ice b/AsteriskSCF/System/Component/ComponentServiceIf.ice
index b6db122..e3fe84f 100644
--- a/AsteriskSCF/System/Component/ComponentServiceIf.ice
+++ b/AsteriskSCF/System/Component/ComponentServiceIf.ice
@@ -83,7 +83,7 @@ module V1
/**
* A base class to enable arbitary parameter passing to the ComponentTest inteface.
*/
- class ComponentTestParam {};
+ unsliceable class ComponentTestParam {};
sequence<ComponentTestParam> ComponentTestParamSeq;
const string ComponentTestFacet = "TestFacet";
-----------------------------------------------------------------------
--
asterisk-scf/integration/slice.git
More information about the asterisk-scf-commits
mailing list