Changeset 9028


Ignore:
Timestamp:
2005-02-14T17:18:02+13:00 (19 years ago)
Author:
davidb
Message:

Adjustment of collectset API arguments to be compatible with Stefan's Apache module code.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/src/colservr/collectset.h

    r8028 r9028  
    4040
    4141  // Add/remove collections
     42  void add_all_collections (const text_t &gsdlhome);
     43  void remove_all_collections ();
     44
    4245  void remove_collection (const text_t &collection, ostream &logout);
    43   void add_collection (const text_t &collection, void *recpt,
    44                   const text_t &gsdlhome, const text_t &gdbmhome);
     46  void add_collection (const text_t &collection,
     47               const text_t &gsdlhome);
    4548
    4649  // return the total number of servers in the set
Note: See TracChangeset for help on using the changeset viewer.