Changeset 12411


Ignore:
Timestamp:
2006-08-07T18:07:33+12:00 (18 years ago)
Author:
sjboddie
Message:

Made a couple of receptionist methods virtual, so they can more easily
be overridden in child classes.

File:
1 edited

Legend:

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

    r7390 r12411  
    150150                       ostream &logout);
    151151   
    152    bool append_logstr (const text_t &filename, const text_t &logstr,
    153                ostream &logout);
     152   virtual bool append_logstr (const text_t &filename, const text_t &logstr,
     153                               ostream &logout);
    154154
    155155   virtual void configure_encoding (const text_tarray &cfgline);
     
    196196  // it contains. The configuration should take place after everything
    197197  // has been added but before the initialisation.
    198   void configure (const text_t &key, const text_tarray &cfgline);
     198  virtual void configure (const text_t &key, const text_tarray &cfgline);
    199199  virtual void configure (const text_t &key, const text_t &value);
    200200  const recptconf &get_configinfo () const {return configinfo;}
Note: See TracChangeset for help on using the changeset viewer.