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

Commits to the Hydra project code repositories hydra-commits at lists.digium.com
Thu Aug 5 18:53:05 CDT 2010


branch "master" has been updated
       via  5c46b79112a585e54925e1913bfe61f9945fa520 (commit)
      from  6fb9b5778d4d006cddd0c9426ab0a6ed4c8d97f7 (commit)

Summary of changes:
 Core/Endpoint/EndpointI.ice |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)


- Log -----------------------------------------------------------------
commit 5c46b79112a585e54925e1913bfe61f9945fa520
Author: Ken Hunt <ken.hunt at digium.com>
Date:   Thu Aug 5 18:52:05 2010 -0500

    Renamed base Endpoint interface for module conflict.

diff --git a/Core/Endpoint/EndpointI.ice b/Core/Endpoint/EndpointI.ice
index ca79117..3c65f9b 100644
--- a/Core/Endpoint/EndpointI.ice
+++ b/Core/Endpoint/EndpointI.ice
@@ -22,13 +22,14 @@ module V1
 
    /**
     * A generic Endpoint.
+    * TBD - NOTE: Not crazy about the name, but needs to be different from the module name!
     */
-   class Endpoint
+   class BaseEndpoint
    {
       EndpointId id; 
    };
 
-   sequence<Endpoint> EndpointSeq;
+   sequence<BaseEndpoint> EndpointSeq;
 
 
    // TBD... only implemented minimum need for Routing Service. 

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


-- 
hydra/slice.git




More information about the asterisk-scf-commits mailing list