Ignore:
Timestamp:
2008-05-20T13:46:00+12:00 (16 years ago)
Author:
mdewsnip
Message:

(Adding new DB support) Removed a bunch of "gdbm"s from comments etc.

File:
1 edited

Legend:

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

    r10954 r15595  
    2626 *********************************************************************/
    2727
    28 
    2928#ifndef MGPPQUERYFILTER_H
    3029#define MGPPQUERYFILTER_H
    3130
    3231#include "queryfilter.h"
     32
    3333
    3434class mgppqueryfilterclass : public queryfilterclass {
     
    3838  bool full_text_browse (int filterRequestOptions);
    3939
    40   // mgsearchptr and gdbmptr are assumed to be valid
     40  // textsearchptr and db_ptr are assumed to be valid
    4141  void do_multi_query (const FilterRequest_t &request,
    4242               const vector<queryparamclass> &query_params,
     
    5858            FilterResponse_t &response,
    5959            comerror_t &err, ostream &logout); 
     60};
    6061
    6162
    62 };
    63 
    6463#endif
    65 
    66 
    67 
Note: See TracChangeset for help on using the changeset viewer.