Ignore:
Timestamp:
2008-07-09T13:12:15+12:00 (16 years ago)
Author:
davidb
Message:

Introduction of 'collecthome' which parallels 'gsdlhome' to allow the toplevel collect folder to be outside of the gsdlhome area

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gsdl/trunk/src/colservr/source.h

    r15591 r16310  
    4141
    4242  text_t gsdlhome;
     43  text_t collecthome;
    4344  text_t dbhome;
    4445  text_t collection;
     
    9697
    9798  virtual bool is_searchable(bool &issearchable, comerror_t &err, ostream &logout);
     99
     100 protected:
     101  text_t resolve_db_filename(const text_t& idx,
     102                 const text_t& file_ext);
     103
    98104};
    99105
Note: See TracChangeset for help on using the changeset viewer.