[asterisk-scf-commits] asterisk-scf/release/slice.git branch "master" updated.
Commits to the Asterisk SCF project code repositories
asterisk-scf-commits at lists.digium.com
Mon Dec 6 08:32:42 CST 2010
branch "master" has been updated
via aaac63aad229bd0ef45fb03a9b62ad453a717ea8 (commit)
from 6c8473ac7aa439f3537d54352df43cd9d4c98560 (commit)
Summary of changes:
Core/Discovery/ServiceLocatorIf.ice | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
- 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/release/slice.git
More information about the asterisk-scf-commits
mailing list