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/recpt/librarymain.cpp

    r15744 r16310  
    7070#endif
    7171  text_t       gsdlhome;
    72 
    73   cservers = new collectset(gsdlhome);
     72  text_t       collecthome;
     73
     74  cservers = new collectset(gsdlhome,collecthome);
    7475
    7576  // configure the receptionist server list
     
    8283    colinfo.push_back(*collection_iterator);
    8384    colinfo.push_back(gsdlhome);
     85    colinfo.push_back(collecthome);
    8486    colinfo.push_back(gsdlhome);
    8587    recpt.configure("collectinfo", colinfo);
Note: See TracChangeset for help on using the changeset viewer.