Ignore:
Timestamp:
1999-02-22T11:33:58+13:00 (25 years ago)
Author:
rjmcnab
Message:

Lots of stuff :-)

File:
1 edited

Legend:

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

    r160 r165  
    1717#include "gsdlconf.h"
    1818#include "action.h"
    19 #include "receptionist.h"
    2019
    2120
    2221class pageaction : public action {
    23 protected:
    24   bool disabled;
    25   receptionist *recpt;
    26 
    2722public:
    2823  pageaction ();
     
    3025
    3126  text_t get_action_name () {return "p";}
    32   void set_receptionist (receptionist *therecpt) {recpt=therecpt;}
    3327  bool check_cgiargs (cgiargsclass &args, ostream &logout);
    3428  void get_cgihead_info (cgiargsclass &args, response_t &response,
    3529             text_t &response_data, ostream &logout);
    3630  bool do_action (cgiargsclass &args, outconvertclass &outconvert,
    37           ostream &textout, ostream &logout);
    38   void configure (const text_t &key, const text_tarray &cfgline);
     31          recptproto *collectproto, ostream &textout,
     32          ostream &logout);
    3933};
    4034
Note: See TracChangeset for help on using the changeset viewer.