Ignore:
Timestamp:
2003-01-10T21:25:21+13:00 (21 years ago)
Author:
sjboddie
Message:

Made a couple of methods virtual in receptionist.h

File:
1 edited

Legend:

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

    r3399 r3664  
    146146              ostream &logout);
    147147
    148   void configure_encoding (const text_tarray &cfgline);
     148  virtual void configure_encoding (const text_tarray &cfgline);
    149149
    150150public:
     
    240240  // returns the compressed argument ("e") corresponding to the argument
    241241  // list. This can be used to save preferences between sessions.
    242   text_t get_compressed_arg (cgiargsclass &args, ostream &logout);
     242  virtual text_t get_compressed_arg (cgiargsclass &args, ostream &logout);
    243243
    244244  // gets collection info from cache if found or
Note: See TracChangeset for help on using the changeset viewer.