Changeset 2388


Ignore:
Timestamp:
2001-05-10T14:41:47+12:00 (23 years ago)
Author:
dmm9
Message:

added receptionis setting code

File:
1 edited

Legend:

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

    r2369 r2388  
    3030
    3131class browseaction : public action{
     32 protected:
     33  receptionist* recpt;
     34
    3235 public:
    3336  browseaction();
     
    3841  void configure (const text_t &key, const text_tarray &cfgline);
    3942
    40   text_t get_action_name() {return "b";}
     43  text_t get_action_name() {return "br";}
     44 
     45  void set_receptionist (receptionist *therecpt) {recpt=therecpt;}
    4146
    4247  bool check_cgiargs (cgiargsinfoclass &argsinfo, cgiargsclass &args,
Note: See TracChangeset for help on using the changeset viewer.