Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

cookieprops.h

Go to the documentation of this file.
00001 #ifndef DV_COOKIEPROPS_H
00002 #define DV_COOKIEPROPS_H
00003 // $Id: cookieprops.h,v 1.3 2001/06/09 12:41:12 dvermeir Exp $
00004 // $Log: cookieprops.h,v $
00005 // Revision 1.3  2001/06/09 12:41:12  dvermeir
00006 // Before release.
00007 //
00008 // Revision 1.2  2001/05/06 11:51:21  dvermeir
00009 // Initial doc ci.
00010 //
00011 // Revision 1.1  2001/05/05 10:22:53  dvermeir
00012 // Initial ci.
00013 //
00014 
00015 /*! \file
00016     This file defines the function Dv::Cgi::cookieprops() that stores
00017     the cookies sent by the browser in a Dv::Util::Props object.
00018 */
00019 #include <dvutil/props.h>
00020 
00021 namespace Dv { namespace Cgi {
00022 
00023 //! Store cookies as [name,value] pairs in props.
00024 Dv::Util::Props& cookieprops(Dv::Util::Props& props) throw ();
00025 
00026 }}
00027 #endif

dvcgi-0.5.14 [22 January, 2006]