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

Commits to the Hydra project code repositories hydra-commits at lists.digium.com
Fri Aug 6 13:45:53 CDT 2010


branch "master" has been updated
       via  fa1100031eeb253de1726b2b45b9a1c3d97bcdb3 (commit)
      from  2e3c6d0f4dd971faa13dbfbe8a0d905e4016500d (commit)

Summary of changes:
 Core/Bridging/BridgeServiceIf.ice |    4 ++--
 Core/Channel/ChannelServiceIf.ice |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)


- Log -----------------------------------------------------------------
commit fa1100031eeb253de1726b2b45b9a1c3d97bcdb3
Author: Brent Eagles <beagles at digium.com>
Date:   Fri Aug 6 16:14:12 2010 -0230

    Update include statements to match changed filenames

diff --git a/Core/Bridging/BridgeServiceIf.ice b/Core/Bridging/BridgeServiceIf.ice
index 7cbdc55..b1f4da2 100644
--- a/Core/Bridging/BridgeServiceIf.ice
+++ b/Core/Bridging/BridgeServiceIf.ice
@@ -1,8 +1,8 @@
 #ifndef __HYDRA_BRIDGING_SERVICE_ICE
 #define __HYDRA_BRIDGING_SERVICE_ICE
 
-#include <Core/Service.ice>
-#include <Core/Channel/ChannelService.ice>
+#include <Core/ServiceIf.ice>
+#include <Core/Channel/ChannelServiceIf.ice>
 
 module Hydra
 {
diff --git a/Core/Channel/ChannelServiceIf.ice b/Core/Channel/ChannelServiceIf.ice
index 74c3a36..01f0297 100644
--- a/Core/Channel/ChannelServiceIf.ice
+++ b/Core/Channel/ChannelServiceIf.ice
@@ -1,7 +1,7 @@
 #pragma once
 
 #include <Core/Endpoint/EndpointI.ice>
-#include <Core/Service.ice>
+#include <Core/ServiceIf.ice>
 #include <Media/MediaI.ice>
 
 module Hydra

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


-- 
hydra/slice.git




More information about the asterisk-scf-commits mailing list