[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:28:29 CDT 2010


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

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


- Log -----------------------------------------------------------------
commit 1a3f7cc4b55e5e697006b4325a6da5555781e8d5
Author: Brent Eagles <beagles at digium.com>
Date:   Tue Oct 12 09:57:57 2010 -0230

    Fix removeBridge definition.

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

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


-- 
asterisk-scf/integration/slice.git



More information about the asterisk-scf-commits mailing list