Ignore:
Timestamp:
2000-08-03T14:49:41+12:00 (24 years ago)
Author:
johnmcp
Message:

Relatively stable z39.50 implementation now, merged with the mgpp source.
(Still needs a decent interface and query language though...)

File:
1 edited

Legend:

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

    r928 r1342  
    2222 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
    2323 *
    24  * $Id$
    25  *
    2624 *********************************************************************/
    2725
     
    3230#include "gsdlconf.h"
    3331#include "action.h"
     32#include "receptionist.h"
    3433
    3534struct colinfo_t {
     
    6160
    6261protected:
     62
     63  receptionist *recpt;
     64
    6365  text_t formatstring;
    6466  int num_phrases;
     
    9799  queryaction ();
    98100  virtual ~queryaction () {}
     101
     102  void set_receptionist (receptionist *therecpt) {recpt=therecpt;}
    99103 
    100104  void configure (const text_t &key, const text_tarray &cfgline);
     
    123127
    124128#endif
    125 
    126 
Note: See TracChangeset for help on using the changeset viewer.