[hydra-commits] hydra/slice.git branch "master" updated.
Commits to the Hydra project code repositories
hydra-commits at lists.digium.com
Sun Aug 8 21:38:13 CDT 2010
branch "master" has been updated
via 9b61fd50ff5e20f8d1e4fe55f430366df52e5772 (commit)
from 9a272ca0b99d106a77522f46562c142be6582f9a (commit)
Summary of changes:
Core/Bridging/BridgeServiceIf.ice | 16 ++--------------
1 files changed, 2 insertions(+), 14 deletions(-)
- Log -----------------------------------------------------------------
commit 9b61fd50ff5e20f8d1e4fe55f430366df52e5772
Author: Brent Eagles <beagles at digium.com>
Date: Mon Aug 9 00:05:46 2010 -0230
Renamed the bridge callmanager callback object and hook to BridgeMonitor... which
really seems more appropriate considering the bridge is no longer specifically
call-specific
diff --git a/Core/Bridging/BridgeServiceIf.ice b/Core/Bridging/BridgeServiceIf.ice
index 7b41770..60c8e1f 100644
--- a/Core/Bridging/BridgeServiceIf.ice
+++ b/Core/Bridging/BridgeServiceIf.ice
@@ -32,18 +32,6 @@ module V1
Endpoint::V1::EndpointId ep;
};
-
- /**
- * CallManager objects respond to activities on a bridge.
- *
- * Note: Currently CallManager objects simply implement the Channel's signalling
- * callback methods. It might be more appropriate in the future to parallel these
- * methods, but allow for additional information to be passed as arguments.
- */
- interface CallManager
- {
- };
-
/**
* A Bridge manages the assocation between multiple endpoints participating in
* a call.
@@ -74,7 +62,7 @@ module V1
void stopped();
};
- interface BridgeHook
+ interface BridgeMonitor
{
bool onAddEndpoint(Endpoint::V1::BaseEndpoint ep);
bool onRemoveEndpoint(Endpoint::V1::BaseEndpoint ep);
@@ -94,7 +82,7 @@ module V1
interface BridgeFactory extends System::Component::V1::ComponentService
{
Bridge* createBridge(Endpoint::V1::BaseEndpoint adminEndpoint, Endpoint::V1::EndpointSeq eps,
- CallManager* manager);
+ BridgeMonitor* monitor);
};
};
};
-----------------------------------------------------------------------
--
hydra/slice.git
More information about the asterisk-scf-commits
mailing list