Ignore:
Timestamp:
2008-05-23T14:27:11+12:00 (16 years ago)
Author:
mdewsnip
Message:

(Adding new DB support) Adding a new "getfileextension()" function that is implemented differently between gdbmclass (which is endian-specific) and sqlitedbclass (which isn't).

File:
1 edited

Legend:

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

    r15655 r15679  
    4545  void deletekey (const text_t &key);
    4646
     47  // returns file extension string
     48  text_t getfileextension ();
     49
    4750  // returns true on success
    4851  bool getkeydata (const text_t& key, text_t &data);
Note: See TracChangeset for help on using the changeset viewer.