[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
Re: Add a comment to Cookie::getSecure function
On 5/14/05, Alex Shor <alexshor@gmail.com> wrote:
> Add description to Cookie::getSecure() doxygen comment
>
>
? buildd
? comment.diff
Index: src/libcserv/cookie.h
===================================================================
RCS file: /data/CVS/public/cppserv/src/libcserv/cookie.h,v
retrieving revision 1.2
diff -u -r1.2 cookie.h
--- src/libcserv/cookie.h 21 Apr 2005 20:49:23 -0000 1.2
+++ src/libcserv/cookie.h 14 May 2005 07:15:55 -0000
@@ -41,6 +41,7 @@
/*!
\fn cserv::Cookie::getSecure()
+ Returns true if cookie was transfered over secure channel (i.e. HTTPS)
*/
bool getSecure()
{