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/protocol/recptproto.h

    r15588 r16310  
    5656  // add collection server to protocol
    5757  virtual void add_collection (const text_t &collection, void *recpt,
    58                    const text_t &gsdlhome, const text_t &dbhome);
     58                   const text_t &gsdlhome, const text_t& collecthome,
     59                   const text_t &dbhome);
    5960
    6061  virtual void remove_collection (const text_t &collection, ostream &logout);
Note: See TracChangeset for help on using the changeset viewer.