Changeset 2161


Ignore:
Timestamp:
2001-03-12T17:58:09+13:00 (23 years ago)
Author:
jrm21
Message:

minor - renamed a variable.

File:
1 edited

Legend:

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

    r1900 r2161  
    5858  text_t &getzAbout(); // gets any name, id, MOTD, etc from server.
    5959  text_tarray *getrecordTitles(const text_t &query,
    60                    const int querytype,
     60                   const int andor_querytype,
    6161                   const text_t &fields,
    6262                   const int first, const int count,
     
    6464  /* only get one record at a time? (Eventually we could buffer them, but
    6565     for now... */
    66   bool getfullrecord(const text_t &query, const int querytype,
     66  bool getfullrecord(const text_t &query, const int andor_querytype,
    6767             const text_t &fields,
    6868             const int ID, text_t &rettitle,
    6969             text_t &rettext,comerror_t &err);
    7070 private:
    71   void parseQuery(const text_t &query, const int querytype,
     71  void parseQuery(const text_t &query, const int andor_querytype,
    7272          const text_t &fields,
    7373          text_t &parsed_query);
     74  text_t previousquery; // for caching purposes
    7475};
    7576
Note: See TracChangeset for help on using the changeset viewer.