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/argdb.h

    r15432 r22067  
    3636protected:
    3737
    38   text_t dbfile;
     38  text_t gsdlhome_;
     39  text_t dbfile_;
    3940
    4041public:
    4142 
    42   argdb (const text_t &filename);
     43  argdb (const text_t& gsdlhome, const text_t &args_tmp);
    4344  virtual ~argdb () {}
    4445 
Note: See TracChangeset for help on using the changeset viewer.