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

    r1285 r16310  
    3636// collect_cfg_read reads collect.cfg returning true on success.
    3737bool collect_cfg_read (collectserver &cserver, const text_t &gsdlhome,
    38                const text_t &collection);
     38               const text_t& collecthome, const text_t &collection);
    3939
    4040// build_cfg_read reads build.cfg and returns true on success.
    4141bool build_cfg_read (collectserver &cserver, const text_t &gsdlhome,
    42              const text_t &collection);
     42             const text_t& collecthome, const text_t &collection);
    4343
    4444
Note: See TracChangeset for help on using the changeset viewer.