[asterisk-scf-commits] asterisk-scf/integration/slice.git branch "transfer" updated.

Commits to the Asterisk SCF project code repositories asterisk-scf-commits at lists.digium.com
Tue Oct 12 07:34:19 CDT 2010


branch "transfer" has been updated
       via  f86f2bb110206b2075c8eddaf8772973b55c5163 (commit)
      from  1a3f7cc4b55e5e697006b4325a6da5555781e8d5 (commit)

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


- Log -----------------------------------------------------------------
commit f86f2bb110206b2075c8eddaf8772973b55c5163
Author: Brent Eagles <beagles at digium.com>
Date:   Tue Oct 12 10:03:11 2010 -0230

    Revert "Fix removeBridge definition." As Josh pointed out, having the bridge
    object passed in shouldn't be necessary.
    
    This reverts commit 1a3f7cc4b55e5e697006b4325a6da5555781e8d5.

diff --git a/SessionCommunications/SessionCommunicationsIf.ice b/SessionCommunications/SessionCommunicationsIf.ice
index 5d50a2e..bac9aac 100644
--- a/SessionCommunications/SessionCommunicationsIf.ice
+++ b/SessionCommunications/SessionCommunicationsIf.ice
@@ -296,10 +296,9 @@ module V1
         
         /**
          * Removes this Session from it's associated Bridge.
-         *   @param bridge The Bridge object the session is being removed from. 
-         *   @param listener Listener to remove from this Session. 
+         *   @param listener Removes the specified listener from the Session. 
          */
-        void removeBridge(Bridge* newBridge, SessionListener* listener) throws NotBridged;
+        void removeBridge(SessionListener* listener) throws NotBridged;
     };
 
     exception EndpointUnreachableException 

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


-- 
asterisk-scf/integration/slice.git



More information about the asterisk-scf-commits mailing list