[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:47:12 CDT 2010


branch "transfer" has been updated
       via  7e63131ea251461c0f4a4d751841601b107452bd (commit)
      from  f86f2bb110206b2075c8eddaf8772973b55c5163 (commit)

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


- Log -----------------------------------------------------------------
commit 7e63131ea251461c0f4a4d751841601b107452bd
Author: Brent Eagles <beagles at digium.com>
Date:   Tue Oct 12 10:16:06 2010 -0230

    Change return type for setBridge from void to SessionInfo.

diff --git a/SessionCommunications/SessionCommunicationsIf.ice b/SessionCommunications/SessionCommunicationsIf.ice
index bac9aac..5747107 100644
--- a/SessionCommunications/SessionCommunicationsIf.ice
+++ b/SessionCommunications/SessionCommunicationsIf.ice
@@ -292,7 +292,7 @@ module V1
          *   @param bridge The Bridge object this Session should be associated with.
          *   @param listener Listener to add to the Session. 
          */
-        void setBridge(Bridge* newBridge, SessionListener* listener);
+        SessionInfo setBridge(Bridge* newBridge, SessionListener* listener);
         
         /**
          * Removes this Session from it's associated Bridge.

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


-- 
asterisk-scf/integration/slice.git



More information about the asterisk-scf-commits mailing list