Changeset 3399


Ignore:
Timestamp:
2002-08-23T15:45:37+12:00 (22 years ago)
Author:
jrm21
Message:

modified prototype for get_configinfo() to be a const function.

File:
1 edited

Legend:

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

    r2218 r3399  
    188188  void configure (const text_t &key, const text_tarray &cfgline);
    189189  virtual void configure (const text_t &key, const text_t &value);
    190   const recptconf &get_configinfo () {return configinfo;}
     190  const recptconf &get_configinfo () const {return configinfo;}
    191191  cgiargsinfoclass *get_cgiargsinfo_ptr () {return &argsinfo;}
    192192 
Note: See TracChangeset for help on using the changeset viewer.