[asterisk-scf-commits] asterisk-scf/integration/slice.git branch "sessioncontroller" updated.
Commits to the Asterisk SCF project code repositories
asterisk-scf-commits at lists.digium.com
Mon Jun 27 19:03:07 CDT 2011
branch "sessioncontroller" has been updated
via eab1888ebc6c01463d045ec31125be608e1dd8dd (commit)
via feef14224dc27656a857e94d8d12da3950d9e4b2 (commit)
from 9edb08a626fbb57b8584a1b7d438e5d4ef128e71 (commit)
Summary of changes:
.../SessionCommunicationsIf.ice | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
- Log -----------------------------------------------------------------
commit eab1888ebc6c01463d045ec31125be608e1dd8dd
Author: Joshua Colp <jcolp at digium.com>
Date: Mon Jun 27 21:03:34 2011 -0300
More documentation changes.
diff --git a/slice/AsteriskSCF/SessionCommunications/SessionCommunicationsIf.ice b/slice/AsteriskSCF/SessionCommunications/SessionCommunicationsIf.ice
index fc1b6e2..e2f4c49 100644
--- a/slice/AsteriskSCF/SessionCommunications/SessionCommunicationsIf.ice
+++ b/slice/AsteriskSCF/SessionCommunications/SessionCommunicationsIf.ice
@@ -528,7 +528,7 @@ module V1
* the session so it can also perform controller intervention and receive
* notification from the component that passed in the SessionController.
*
- * @param controller A proxy to the SessionController object.
+ * @param controller A proxy to the SessionController object implemented by the caller.
*
* @return SessionController* A proxy to the session controller implemented by
* the session.
commit feef14224dc27656a857e94d8d12da3950d9e4b2
Author: Joshua Colp <jcolp at digium.com>
Date: Mon Jun 27 20:54:50 2011 -0300
Adjust comment.
diff --git a/slice/AsteriskSCF/SessionCommunications/SessionCommunicationsIf.ice b/slice/AsteriskSCF/SessionCommunications/SessionCommunicationsIf.ice
index 994aec3..fc1b6e2 100644
--- a/slice/AsteriskSCF/SessionCommunications/SessionCommunicationsIf.ice
+++ b/slice/AsteriskSCF/SessionCommunications/SessionCommunicationsIf.ice
@@ -540,7 +540,7 @@ module V1
/**
* Method which removes a session controller from a session.
*
- * If the passed in proxy is not the current controller this should not
+ * If the passed in proxy is not the current controller this will not
* remove the controller from the session. This prevents a potential issue
* with the controller being set before the previous one has been removed.
*
-----------------------------------------------------------------------
--
asterisk-scf/integration/slice.git
More information about the asterisk-scf-commits
mailing list