Changeset 16321 for gsdl


Ignore:
Timestamp:
2008-07-09T21:32:22+12:00 (16 years ago)
Author:
davidb
Message:

Introduction of 'collecthome' to support collections outside of 'gsdlhome'

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gsdl/trunk/src/recpt/configaction.cpp

    r15408 r16321  
    115115      if ((*rprotolist_here).p->get_protocol_name(err) == "nullproto") {
    116116    // create collection server and add it to nullproto
    117     (*rprotolist_here).p->add_collection(collection, recpt, gsdlhome, gsdlhome);
     117    (*rprotolist_here).p->add_collection(collection, recpt, gsdlhome, collecthome, gsdlhome);
    118118    // re-initialize the null protocol
    119119    if (!(*rprotolist_here).p->init(err, logout)) {
Note: See TracChangeset for help on using the changeset viewer.