[asterisk-scf-commits] asterisk-scf/integration/slice.git branch "session_cookies" updated.
Commits to the Asterisk SCF project code repositories
asterisk-scf-commits at lists.digium.com
Mon Dec 6 07:53:57 CST 2010
branch "session_cookies" has been updated
via fd9831065fa9e9799c7a6c200f0008ef50d76d22 (commit)
via f084072d6396bb52b4b64acd597256831134e2ff (commit)
from e55bece85f5d718f63408af612301cc330275d96 (commit)
Summary of changes:
SessionCommunications/SessionCommunicationsIf.ice | 13 ++++++++++++-
1 files changed, 12 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit fd9831065fa9e9799c7a6c200f0008ef50d76d22
Author: Kevin P. Fleming <kpfleming at digium.com>
Date: Mon Dec 6 07:53:19 2010 -0600
Add ability for session cookies to be removed.
diff --git a/SessionCommunications/SessionCommunicationsIf.ice b/SessionCommunications/SessionCommunicationsIf.ice
index 0280df3..49aa661 100644
--- a/SessionCommunications/SessionCommunicationsIf.ice
+++ b/SessionCommunications/SessionCommunicationsIf.ice
@@ -293,6 +293,17 @@ module V1
void setCookies(SessionCookies cookies);
/**
+ * Remove cookies from the session.
+ *
+ * @param cookies A sequence of one or more concrete objects,
+ * each of which are of a type derived from SessionCookie.
+ * The session manager will remove any cookies on the session
+ * with types that match the ones in this sequence; the
+ * content of the supplied cookies is not compared.
+ **/
+ void removeCookies(SessionCookies cookies);
+
+ /**
* Get cookies stored on the session.
*
* @param cookieTypes A sequence of zero or more concrete objects,
commit f084072d6396bb52b4b64acd597256831134e2ff
Author: Kevin P. Fleming <kpfleming at digium.com>
Date: Mon Dec 6 07:53:01 2010 -0600
Ensure that SessionCookie objects are slice-preserved.
diff --git a/SessionCommunications/SessionCommunicationsIf.ice b/SessionCommunications/SessionCommunicationsIf.ice
index 1a28758..0280df3 100644
--- a/SessionCommunications/SessionCommunicationsIf.ice
+++ b/SessionCommunications/SessionCommunicationsIf.ice
@@ -119,7 +119,7 @@ module V1
*
* @see SessionCookies
*/
- class SessionCookie
+ ["preserved"] class SessionCookie
{
};
-----------------------------------------------------------------------
--
asterisk-scf/integration/slice.git
More information about the asterisk-scf-commits
mailing list