[asterisk-scf-commits] asterisk-scf/integration/slice.git branch "configuration" created.
Commits to the Asterisk SCF project code repositories
asterisk-scf-commits at lists.digium.com
Mon Dec 20 18:37:41 UTC 2010
branch "configuration" has been created
at aaac63aad229bd0ef45fb03a9b62ad453a717ea8 (commit)
- Log -----------------------------------------------------------------
commit aaac63aad229bd0ef45fb03a9b62ad453a717ea8
Author: David M. Lee <dlee at digium.com>
Date: Fri Nov 19 09:39:00 2010 -0600
Annotated ServiceLocator operations to use AMD.
diff --git a/Core/Discovery/ServiceLocatorIf.ice b/Core/Discovery/ServiceLocatorIf.ice
index 9f8a24a..e25b6da 100644
--- a/Core/Discovery/ServiceLocatorIf.ice
+++ b/Core/Discovery/ServiceLocatorIf.ice
@@ -76,6 +76,7 @@ module V1
*
* @throws ServiceNotFound if no service could be found that matches the given parameters.
*/
+ ["amd"]
idempotent Object *locate(ServiceLocatorParams params) throws ServiceNotFound;
/**
@@ -88,6 +89,7 @@ module V1
*
* @throws ServiceNotFound if no service could be found that matches the given parameters.
*/
+ ["amd"]
idempotent Ice::ObjectProxySeq locateAll(ServiceLocatorParams params) throws ServiceNotFound;
};
-----------------------------------------------------------------------
--
asterisk-scf/integration/slice.git
More information about the asterisk-scf-commits
mailing list