Ignore:
Timestamp:
2008-05-22T16:07:46+12:00 (16 years ago)
Author:
mdewsnip
Message:

(Adding new DB support) Moved the exists() function into dbclass because it can be shared between gdbmclass and sqlitedbclass.

File:
1 edited

Legend:

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

    r15649 r15652  
    6262  void deletekey (const text_t &key);
    6363
    64   // returns true if exists
    65   bool exists (const text_t& key);
    66 
    6764  // returns true on success
    6865  bool getinfo (const text_t& key, infodbclass &info);
Note: See TracChangeset for help on using the changeset viewer.