[asterisk-scf-commits] asterisk-scf/integration/slice.git branch "bridge-cookies" updated.
Commits to the Asterisk SCF project code repositories
asterisk-scf-commits at lists.digium.com
Thu Jul 14 09:47:25 CDT 2011
branch "bridge-cookies" has been updated
via 5793515d7a2c9f0e25318fef7f24f07a37aa4e22 (commit)
from d2fcd6f0dbc83ef71bb3cdeba70b1388a5f635ee (commit)
Summary of changes:
.../SessionCommunicationsIf.ice | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
- Log -----------------------------------------------------------------
commit 5793515d7a2c9f0e25318fef7f24f07a37aa4e22
Author: Brent Eagles <beagles at digium.com>
Date: Thu Jul 14 12:17:03 2011 -0230
Removing errant 'proxies' string from comments.
diff --git a/slice/AsteriskSCF/SessionCommunications/SessionCommunicationsIf.ice b/slice/AsteriskSCF/SessionCommunications/SessionCommunicationsIf.ice
index 6c62082..3ad3bc3 100644
--- a/slice/AsteriskSCF/SessionCommunications/SessionCommunicationsIf.ice
+++ b/slice/AsteriskSCF/SessionCommunications/SessionCommunicationsIf.ice
@@ -869,7 +869,7 @@ module V1
*
* @param sessions A sequence of session proxies that were added to the bridge.
*
- * @param cookies A sequence of bridge cookies proxies that are associated with the bridge.
+ * @param cookies A sequence of bridge cookies that are associated with the bridge.
*/
void sessionsAdded(Bridge* sessionBridge, SessionSeq sessions, BridgeCookies cookies);
@@ -881,7 +881,7 @@ module V1
* @param sessions A sequence of session proxies that were removed from
* the bridge.
*
- * @param cookies A sequence of bridge cookies proxies that are associated with the bridge.
+ * @param cookies A sequence of bridge cookies that are associated with the bridge.
*/
void sessionsRemoved(Bridge* sessionBridge, SessionSeq sessions, BridgeCookies cookies);
@@ -890,7 +890,7 @@ module V1
*
* @param sessionBridge The bridge that was stopped.
*
- * @param cookies A sequence of bridge cookies proxies that are associated with the bridge.
+ * @param cookies A sequence of bridge cookies that are associated with the bridge.
*/
void stopped(Bridge* sessionBridge, BridgeCookies cookies);
@@ -899,7 +899,7 @@ module V1
*
* @param sessionBrdige The bridge that is stopping.
*
- * @param cookies A sequence of bridge cookies proxies that are associated with the bridge.
+ * @param cookies A sequence of bridge cookies that are associated with the bridge.
*/
void stopping(Bridge* sessionBridge, BridgeCookies cookies);
};
-----------------------------------------------------------------------
--
asterisk-scf/integration/slice.git
More information about the asterisk-scf-commits
mailing list