Ignore:
Timestamp:
1999-06-24T17:12:25+12:00 (25 years ago)
Author:
sjboddie
Message:

lots of small changes

File:
1 edited

Legend:

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

    r261 r284  
    1717#include "gsdlconf.h"
    1818#include "action.h"
     19#include "receptionist.h"
    1920
    2021
    2122class pageaction : public action {
    2223 
     24protected:
     25  receptionist *recpt;
     26
    2327public:
    2428  pageaction ();
     
    2731  text_t get_action_name () {return "p";}
    2832
     33  void set_receptionist (receptionist *therecpt) {recpt=therecpt;}
    2934  bool check_cgiargs (cgiargsinfoclass &argsinfo, cgiargsclass &args,
    3035              ostream &logout);
     
    3237  void get_cgihead_info (cgiargsclass &args, response_t &response,
    3338             text_t &response_data, ostream &logout);
     39
     40  void define_internal_macros (displayclass &disp, cgiargsclass &args,
     41                   recptproto *collectproto, ostream &logout);
    3442
    3543  bool do_action (cgiargsclass &args, recptproto *collectproto,
Note: See TracChangeset for help on using the changeset viewer.