Ignore:
Timestamp:
2010-05-07T21:11:22+12:00 (14 years ago)
Author:
ak19
Message:
  1. More changes to makefiles: rm JDBMWrapper.jar and jdbm.jar on clean. 2. DB files (argdb, users, key, history) now not only for gdbm but to work with other db types like jdbm, sqlite and mssql.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/runtime-src/src/recpt/userdb.h

    r15586 r22067  
    6767 
    6868 public:
    69   userdbclass (const text_t &userdbfilename);
     69  userdbclass (const text_t &gsdlhome);
    7070  virtual ~userdbclass();
    7171
     
    126126 
    127127 public:
    128   keydbclass (const text_t &keydbfilename);
     128  keydbclass (const text_t &gsdlhome);
    129129  virtual ~keydbclass();
    130130  // functions dealing with databases of temporary keys
Note: See TracChangeset for help on using the changeset viewer.