[asterisk-scf-commits] asterisk-scf/release/slice.git branch "discovery-amd" created.

Commits to the Asterisk SCF project code repositories asterisk-scf-commits at lists.digium.com
Mon Nov 22 09:11:29 CST 2010


branch "discovery-amd" has been created
        at  39fb6035db5822c0e398768fee8671996c3f00f1 (commit)

- 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;
    };
 

-----------------------------------------------------------------------


-- 
asterisk-scf/release/slice.git



More information about the asterisk-scf-commits mailing list