[asterisk-scf-commits] team/dlee/slice.git branch "discovery-amd" updated.
Commits to the Asterisk SCF project code repositories
asterisk-scf-commits at lists.digium.com
Fri Nov 19 11:09:18 CST 2010
branch "discovery-amd" has been updated
via 39fb6035db5822c0e398768fee8671996c3f00f1 (commit)
from 82d61322fdd542ef558d121f0d45610d4ed8b8a2 (commit)
Summary of changes:
Core/Discovery/ServiceLocatorIf.ice | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
- Log -----------------------------------------------------------------
commit 39fb6035db5822c0e398768fee8671996c3f00f1
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;
};
-----------------------------------------------------------------------
--
team/dlee/slice.git
More information about the asterisk-scf-commits
mailing list