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/lib/gsdlsitecfg.h

    r15402 r16310  
    3434
    3535// reads gsdlsite.cfg file returning true on success
    36 bool site_cfg_read (configurator gsdlconfigurator, text_t &gsdlhome, int &maxrequests);
    37 bool site_cfg_read (text_t &gsdlhome, text_t &httpdomain, text_t &httpprefix);
    38 bool site_cfg_read (text_t &gsdlhome, text_t &httpdomain, text_t &httpprefix, text_t &collection);
     36bool site_cfg_read (configurator gsdlconfigurator, text_t &gsdlhome,
     37            text_t& collecthome, int &maxrequests);
     38bool site_cfg_read (text_t &gsdlhome, text_t& collecthome, text_t &httpdomain, text_t &httpprefix);
     39bool site_cfg_read (text_t &gsdlhome, text_t& collecthome, text_t &httpdomain, text_t &httpprefix, text_t &collection);
    3940
    4041
Note: See TracChangeset for help on using the changeset viewer.