Ignore:
Timestamp:
1999-07-15T18:02:05+12:00 (25 years ago)
Author:
rjmcnab
Message:

Moved the setting of argsinfo into the constructor. Added the configuration
command argdefault (as used by the actions). Added code to output the
correct charset based on the page encoding so that the user does not need
to specify the encoding used for a particular page.

File:
1 edited

Legend:

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

    r362 r388  
    5757
    5858public:
    59   receptionist () {}
     59  receptionist ();
    6060  virtual ~receptionist() {}
    6161
     
    141141  bool read_macrofiles (ostream &logout);
    142142 
    143   // Will define the main general arguments used by the receptionist.
    144   // If an error occurs a message will be written to logout and the
    145   // method will return false.
    146   virtual bool define_mainargs (ostream &logout);
    147 
    148143  // check_mainargs will check all the main arguments. If a major
    149144  // error is found it will return false and no cgi page should
Note: See TracChangeset for help on using the changeset viewer.