Ignore:
Timestamp:
1999-02-05T23:42:50+13:00 (25 years ago)
Author:
rjmcnab
Message:

Continued working on receptionist

File:
1 edited

Legend:

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

    r146 r150  
    4747  void set_gwcgi (const text_t &thegwcgi);
    4848
    49   // digest should be called after setgsdhome has been called.
     49  // init should be called after setgsdhome has been called.
    5050  // It returns true on success and false on failure. If false is
    5151  // returned getpage should not be called (without producing
    5252  // meaningless output), instead an error page should be
    5353  // produced by the calling code.
    54   bool digest (ostream &logout);
     54  bool init (ostream &logout);
    5555 
    5656  // There are two ways to produce a page. You can either call parse_cgi_args,
Note: See TracChangeset for help on using the changeset viewer.