Ignore:
Timestamp:
2000-02-16T11:53:52+13:00 (24 years ago)
Author:
kjm18
Message:

search history stuff added.

File:
1 edited

Legend:

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

    r533 r928  
    142142  // returns true on success
    143143  bool setinfo (const text_t &key, const infodbclass &info);
     144  // returns true on success
     145  bool setinfo (const text_t &key, const text_t &data);
    144146
    145147  void deletekey (const text_t &key);
     
    151153  text_t getfirstkey ();
    152154  text_t getnextkey (const text_t &key);
    153  
     155
     156    // returns true on success
     157  bool getkeydata (text_t key, text_t &data);
     158
    154159protected:
    155160  text_t openfile;
     
    162167  void get_previous_sibling (text_t &OID, infodbclass &info);
    163168
    164   // returns true on success
    165   bool getkeydata (text_t key, text_t &data);
    166169
    167170  // returns true on success
     
    172175
    173176#endif
     177
     178
     179
     180
     181
Note: See TracChangeset for help on using the changeset viewer.