[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
Tue Jan 24 11:51:33 CST 2012


branch "master" has been updated
       via  68b207aeb191cd49674450b2238d8bc797e32c10 (commit)
      from  bbc3e68660a5f699b0e7df4209b5733e5c755d28 (commit)

Summary of changes:
 .../Core/Discovery/ServiceLocatorIf.ice            |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)


- Log -----------------------------------------------------------------
commit 68b207aeb191cd49674450b2238d8bc797e32c10
Author: Brent Eagles <beagles at digium.com>
Date:   Tue Jan 24 14:20:27 2012 -0330

    Added an accessor to the Service Management interface to get a sequence
    of the locator parameter objects that were added.

diff --git a/slice/AsteriskSCF/Core/Discovery/ServiceLocatorIf.ice b/slice/AsteriskSCF/Core/Discovery/ServiceLocatorIf.ice
index 4874c9d..447f5a6 100644
--- a/slice/AsteriskSCF/Core/Discovery/ServiceLocatorIf.ice
+++ b/slice/AsteriskSCF/Core/Discovery/ServiceLocatorIf.ice
@@ -111,6 +111,8 @@ module V1
        string id;
    };
 
+   sequence<ServiceLocatorParams> ServiceLocatorParamsSeq;
+
    /**
     * Interface used to perform service locator requests.
     */
@@ -192,6 +194,11 @@ module V1
        * Method which unregisters this service from the service locator.
        */
       void unregister();
+
+       /**
+        * Returns a sequence containing all ServiceLocatorParams added to this object.
+        */
+       idempotent ServiceLocatorParamsSeq getLocatorParams();
    };
 
    /**

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


-- 
asterisk-scf/release/slice.git



More information about the asterisk-scf-commits mailing list