Ignore:
Timestamp:
2000-07-13T10:21:53+12:00 (24 years ago)
Author:
sjboddie
Message:

merged changes to trunk into New_Config_Format branch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/New_Config_Format-branch/gsdl/src/recpt/queryaction.h

    r928 r1279  
    3232#include "gsdlconf.h"
    3333#include "action.h"
     34#include "receptionist.h"
    3435
    3536struct colinfo_t {
     
    6162
    6263protected:
     64
     65  receptionist *recpt;
     66
    6367  text_t formatstring;
    6468  int num_phrases;
     
    97101  queryaction ();
    98102  virtual ~queryaction () {}
     103
     104  void set_receptionist (receptionist *therecpt) {recpt=therecpt;}
    99105 
    100106  void configure (const text_t &key, const text_tarray &cfgline);
Note: See TracChangeset for help on using the changeset viewer.