[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
Wed Oct 13 06:20:58 CDT 2010
branch "transfer" has been updated
via b8ee0dbd90b5d9425b5add8f9c8e147bf5be0d59 (commit)
from 3781214e13737b2538101bde1d2d651fa3c4b4d9 (commit)
Summary of changes:
SessionCommunications/SessionCommunicationsIf.ice | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit b8ee0dbd90b5d9425b5add8f9c8e147bf5be0d59
Author: Brent Eagles <beagles at digium.com>
Date: Wed Oct 13 08:49:41 2010 -0230
Added an exception to replaceSessions in case any of the provided sessions are
bogus.
diff --git a/SessionCommunications/SessionCommunicationsIf.ice b/SessionCommunications/SessionCommunicationsIf.ice
index 9bff584..999964e 100644
--- a/SessionCommunications/SessionCommunicationsIf.ice
+++ b/SessionCommunications/SessionCommunicationsIf.ice
@@ -514,8 +514,10 @@ module V1
* session is used for the newSessions.
* @param newSessions The sessions to add to the bridge. The sessions are assumed to not
* be already participating in another bridge.
+ * @throws InvalidSessions if any of the provided sessions are invalid.
*/
- void replaceSession(Session* sessionToReplace, SessionSeq newSessions);
+ void replaceSession(Session* sessionToReplace, SessionSeq newSessions)
+ throws InvalidSessions;
};
/**
-----------------------------------------------------------------------
--
asterisk-scf/integration/slice.git
More information about the asterisk-scf-commits
mailing list