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

Commits to the Hydra project code repositories hydra-commits at lists.digium.com
Thu Aug 5 19:06:07 CDT 2010


branch "master" has been updated
       via  22707758df09fc73639ab7c9bae08c8f094912a1 (commit)
      from  5c46b79112a585e54925e1913bfe61f9945fa520 (commit)

Summary of changes:
 Core/CMakeLists.txt       |    8 ++++----
 Core/Routing/RoutingI.ice |    2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)


- Log -----------------------------------------------------------------
commit 22707758df09fc73639ab7c9bae08c8f094912a1
Author: Ken Hunt <ken.hunt at digium.com>
Date:   Thu Aug 5 19:04:39 2010 -0500

    Version module prefix on external reference... TBD!

diff --git a/Core/CMakeLists.txt b/Core/CMakeLists.txt
index 2692c3d..847f795 100644
--- a/Core/CMakeLists.txt
+++ b/Core/CMakeLists.txt
@@ -4,8 +4,8 @@ hydra_compile_slice(ServiceLocatorI.ice lib "Slice Defined API" Core)
 # Can't forget about events
 hydra_compile_slice(ServiceLocatorEventsI.ice lib "Slice Defined API" Core)
 
-# Slice definitions for Routing functionality
-add_subdirectory(Routing)
-
 # Slice definitions for Endpoint functionality
-add_subdirectory(Endpoint)
\ No newline at end of file
+add_subdirectory(Endpoint)
+
+# Slice definitions for Routing functionality
+add_subdirectory(Routing)
\ No newline at end of file
diff --git a/Core/Routing/RoutingI.ice b/Core/Routing/RoutingI.ice
index c9f6082..712cd73 100644
--- a/Core/Routing/RoutingI.ice
+++ b/Core/Routing/RoutingI.ice
@@ -30,7 +30,7 @@ module V1
        * Returns the endpoints that match the specified destination id. 
        *   @param id String identifier of the the destination. 
        */
-      idempotent EndpointSeq lookup(string destination) 
+      idempotent Endpoint::EndpointSeq lookup(string destination) 
          throws DestinationNotFoundException, InvalidParamsException;
    };
 

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


-- 
hydra/slice.git




More information about the asterisk-scf-commits mailing list