[asterisk-scf-commits] asterisk-scf/integration/slice.git branch "oneshot-hooks" updated.
Commits to the Asterisk SCF project code repositories
asterisk-scf-commits at lists.digium.com
Thu Jul 28 16:46:42 CDT 2011
branch "oneshot-hooks" has been updated
via e7525092f2e56e26419aad5e9a43dcae4ac6fe1e (commit)
from af94ee80bbe26b3dc287a156e1d856c2f09a6226 (commit)
Summary of changes:
.../SessionCommunicationsExtensionPointsIf.ice | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
- Log -----------------------------------------------------------------
commit e7525092f2e56e26419aad5e9a43dcae4ac6fe1e
Author: Mark Michelson <mmichelson at digium.com>
Date: Thu Jul 28 13:11:00 2011 -0500
Add cookies to the session creation hook.
diff --git a/slice/AsteriskSCF/SessionCommunications/SessionCommunicationsExtensionPointsIf.ice b/slice/AsteriskSCF/SessionCommunications/SessionCommunicationsExtensionPointsIf.ice
index cad714b..0ddc97b 100644
--- a/slice/AsteriskSCF/SessionCommunications/SessionCommunicationsExtensionPointsIf.ice
+++ b/slice/AsteriskSCF/SessionCommunications/SessionCommunicationsExtensionPointsIf.ice
@@ -38,6 +38,7 @@ module V1
{
AsteriskSCF::SessionCommunications::V1::Session *session;
AsteriskSCF::SessionCommunications::V1::SessionListenerSeq listeners;
+ AsteriskSCF::SessionCommunications::V1::SessionCookies cookies;
};
interface SessionCreationHook
-----------------------------------------------------------------------
--
asterisk-scf/integration/slice.git
More information about the asterisk-scf-commits
mailing list