Changeset 7349 for trunk


Ignore:
Timestamp:
2004-05-19T13:19:25+12:00 (20 years ago)
Author:
davidb
Message:

Revision made to support Greenstone as a module in Apache.

File:
1 edited

Legend:

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

    r5017 r7349  
    158158   receptionist ();
    159159   virtual ~receptionist() {}
    160    
     160
     161#ifdef _APACHE_MOD
     162   bool loaded;
     163#endif   
    161164   // add_action makes another action available to the receptionist
    162165   // the action remains the property of the calling code and that
     
    240243                 text_t &response_data, ostream &logout,
    241244                 text_tmap &fcgienv);
    242  
     245  virtual void get_cgihead_info (cgiargsclass &args, text_tmap &headers,
     246                 ostream &logout, text_tmap &fcgienv);
     247
    243248  // produce the page content
    244249  virtual bool produce_content (cgiargsclass &args, ostream &contentout,
Note: See TracChangeset for help on using the changeset viewer.