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/collectserver.cpp

    r16027 r16310  
    8585    else if (key == "gsdlhome") configinfo.gsdlhome = value;
    8686    else if (key == "gdbmhome") configinfo.dbhome = value;
     87    else if (key == "collecthome") configinfo.collecthome = value;
    8788    else if (key == "collection") {
    8889      configinfo.collection = value;
    8990      collectinfo.shortInfo.name = value;
    90     } else if (key == "collectdir") configinfo.collectdir = value;
     91    }
     92    else if (key == "collectdir") configinfo.collectdir = value;
    9193    else if (key == "host") collectinfo.shortInfo.host = value;
    9294    else if (key == "port") collectinfo.shortInfo.port = value.getint();
Note: See TracChangeset for help on using the changeset viewer.