Ignore:
Timestamp:
1999-06-26T13:14:32+12:00 (25 years ago)
Author:
rjmcnab
Message:

Made a couple of changes to handle different encodings.

File:
1 edited

Legend:

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

    r248 r296  
    4747  displayclass disp;
    4848  convertinfoclass converters;
     49 
    4950  // prepare_page sets up page parameters, sets display macros
    5051  // and opens the page ready for output
    51   void prepare_page (action *a, cgiargsclass &args, recptproto *collectproto,
    52              ostream &logout);
    53   void define_general_macros (cgiargsclass &args, ostream &logout);
     52  void prepare_page (action *a, cgiargsclass &args, recptproto *collectproto,
     53             outconvertclass &outconvert, ostream &logout);
     54  void define_general_macros (cgiargsclass &args, outconvertclass &outconvert,
     55                  ostream &logout);
    5456
    5557public:
     
    130132  // returns the compressed argument ("e") corresponding to the argument
    131133  // list. This can be used to save preferences between sessions.
    132   text_t get_compressed_arg (cgiargsclass &args, ostream &logout);
     134  text_t get_compressed_arg (cgiargsclass &args, outconvertclass &outconvert,
     135                 ostream &logout);
    133136
    134137protected:
Note: See TracChangeset for help on using the changeset viewer.