Ignore:
Timestamp:
2000-08-02T12:49:27+12:00 (24 years ago)
Author:
kjm18
Message:

now uses the base searchclass rather than mgsearchclass

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/src/colservr/mggdbmsource.h

    r1285 r1322  
    3333#include "infodbclass.h"
    3434#include "maptools.h"
    35 #include "mgsearch.h"
     35#include "search.h"
    3636#include "source.h"
    3737
     
    6060  gdbmclass *gdbmptr;
    6161 
    62   mgsearchclass *mgsearchptr;
     62  searchclass *mgsearchptr;
    6363
    6464public:
     
    7070
    7171  // the mgsearchptr remains the responsability of the calling code
    72   void set_mgsearchptr (mgsearchclass *themgsearchptr) {mgsearchptr=themgsearchptr;}
     72  void set_mgsearchptr (searchclass *themgsearchptr) {mgsearchptr=themgsearchptr;}
    7373
    7474  void configure (const text_t &key, const text_tarray &cfgline);
Note: See TracChangeset for help on using the changeset viewer.