[hydra-commits] hydra/slice.git branch "master" updated.

Commits to the Hydra project code repositories hydra-commits at lists.digium.com
Fri Aug 6 07:21:11 CDT 2010


branch "master" has been updated
       via  5d56f5e4bde77999c3f5f85f6d0cb423a86641d2 (commit)
      from  4bcec48e26831c99d66af8c46c6ed68b2dcd0687 (commit)

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


- Log -----------------------------------------------------------------
commit 5d56f5e4bde77999c3f5f85f6d0cb423a86641d2
Author: Joshua Colp <jcolp at digium.com>
Date:   Fri Aug 6 09:36:50 2010 -0300

    Add missing suppress to the slice definition.

diff --git a/Core/ServiceLocatorI.ice b/Core/ServiceLocatorI.ice
index 314dd3f..93d2273 100644
--- a/Core/ServiceLocatorI.ice
+++ b/Core/ServiceLocatorI.ice
@@ -9,8 +9,13 @@ module Core
 module Discovery
 {
 
+["suppress"]
 module V1
 {
+	/**
+	 * String representation of the version of this interface
+	 */
+	const string Version = "V1";
 
 	/**
 	 * Exception used for service locator requests to indicate that no service could be found.

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


-- 
hydra/slice.git




More information about the asterisk-scf-commits mailing list