Ignore:
Timestamp:
2000-01-25T11:53:09+13:00 (24 years ago)
Author:
sjboddie
Message:

a few small changes to get fastcgi working properly here at Waikato -
hopefully changes will work everywhere ...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/src/recpt/receptionist.h

    r799 r864  
    9494                   ostream &logout);
    9595
    96   bool get_cookie (text_t &cookie);
    97   bool get_cookie ();
     96  bool get_cookie (text_t &cookie, text_tmap &fcgienv);
     97  bool get_cookie (text_tmap &fcgienv);
    9898
    9999  virtual void define_general_macros (cgiargsclass &args, outconvertclass &outconvert,
     
    165165  // This function should be called for each page request. It returns false
    166166  // if there was a major problem with the cgi arguments.
    167   virtual bool parse_cgi_args (const text_t &argstr, cgiargsclass &args, ostream &logout);
    168 
    169   virtual bool log_cgi_args (cgiargsclass &args, ostream &logout);
     167  virtual bool parse_cgi_args (const text_t &argstr, cgiargsclass &args,
     168                   ostream &logout, text_tmap &fcgienv);
     169
     170  virtual bool log_cgi_args (cgiargsclass &args, ostream &logout, text_tmap &fcgienv);
    170171
    171172  text_t expandmacros (const text_t &astring, cgiargsclass &args,
     
    177178  // will return false
    178179  virtual bool produce_cgi_page (cgiargsclass &args, ostream &contentout,
    179                  ostream &logout);
     180                 ostream &logout, text_tmap &fcgienv);
    180181 
    181182  // get_cgihead_info determines the cgi header information for
     
    185186  // Note that images can now be produced by the receptionist.
    186187  virtual void get_cgihead_info (cgiargsclass &args, response_t &response,
    187                  text_t &response_data, ostream &logout);
     188                 text_t &response_data, ostream &logout,
     189                 text_tmap &fcgienv);
    188190 
    189191  // produce the page content
Note: See TracChangeset for help on using the changeset viewer.