Ignore:
Timestamp:
1999-08-13T16:16:43+12:00 (25 years ago)
Author:
sjboddie
Message:

added some collection-level metadata stuff

File:
1 edited

Legend:

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

    r438 r456  
    5757  virtual void translate_OIDs (cgiargsclass &args, recptproto *collectproto, ostream &logout);
    5858
    59   virtual void define_general_macros (cgiargsclass &args, outconvertclass &outconvert,
    60                       ostream &logout);
     59
     60  virtual void define_general_macros (cgiargsclass &args, recptproto *collectproto,
     61                      outconvertclass &outconvert, ostream &logout);
    6162
    6263public:
     
    8182  // The converters remain the property of the calling code.
    8283  void add_converter (const text_t &name, inconvertclass *inconverter,
    83               rzwsoutconvertclass *outconverter)
    84     {converters.add_converter(name, inconverter, outconverter);}
     84              rzwsoutconvertclass *outconverter) {
     85    converters.add_converter(name, inconverter, outconverter);}
    8586  convertinfoclass *get_convertinfo_ptr () {return &converters;}
    86 
    87 
     87 
     88 
    8889  // configure should be called for each line in the
    8990  // configuration files to configure the receptionist and everything
     
    122123  virtual bool produce_cgi_page (cgiargsclass &args, ostream &contentout,
    123124                 ostream &logout);
    124 
     125 
    125126  // get_cgihead_info determines the cgi header information for
    126127  // a set of cgi arguments. If response contains location then
     
    130131  virtual void get_cgihead_info (cgiargsclass &args, response_t &response,
    131132                 text_t &response_data, ostream &logout);
    132 
     133 
    133134  // produce the page content
    134135  virtual bool produce_content (cgiargsclass &args, ostream &contentout,
    135136                ostream &logout);
    136 
     137 
    137138  // returns the compressed argument ("e") corresponding to the argument
    138139  // list. This can be used to save preferences between sessions.
    139140  text_t get_compressed_arg (cgiargsclass &args, ostream &logout);
    140 
     141 
    141142protected:
    142143  // will read in all the macro files. If one is not found an
Note: See TracChangeset for help on using the changeset viewer.