Ignore:
Timestamp:
2008-05-22T15:52:15+12:00 (16 years ago)
Author:
mdewsnip
Message:

(Adding new DB support) Changing second setinfo() to setkeydata(), to match getinfo()/getkeydata().

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gsdl/trunk/lib/gdbmclass.h

    r15644 r15649  
    7676  // returns true on success
    7777  bool setinfo (const text_t &key, const infodbclass &info);
     78
    7879  // returns true on success
    79   bool setinfo (const text_t &key, const text_t &data);
     80  bool setkeydata (const text_t &key, const text_t &data);
    8081
    8182protected:
Note: See TracChangeset for help on using the changeset viewer.