Ignore:
Timestamp:
2004-05-25T11:57:23+12:00 (20 years ago)
Author:
mdewsnip
Message:

(Human Info) Added another site_cfg_read and main_cfg_read with a collection argument so a specific collection can be checked first.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/src/recpt/recptconfig.h

    r1860 r7418  
    3838bool site_cfg_read (receptionist &recpt, text_t &gsdlhome, int &maxrequests);
    3939bool site_cfg_read (text_t &gsdlhome, text_t &httpdomain, text_t &httpprefix);
     40bool site_cfg_read (text_t &gsdlhome, text_t &httpdomain, text_t &httpprefix, text_t &collection);
     41
     42// read main.cfg for the actions and httpprefix
     43void main_cfg_read (const text_t& collection, const text_t &gsdlhome, text_t &httpprefix, text_tset& actions, text_tset& browsers);
    4044
    4145// main_cfg_read reads either collect.cfg or main.cfg and returning
Note: See TracChangeset for help on using the changeset viewer.