Ignore:
Timestamp:
2009-04-08T10:47:40+12:00 (15 years ago)
Author:
kjdon
Message:

check the existence of collect.cfg to see if a collection name is valid or not, then don't advertise it if not.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gsdl/trunk/runtime-src/src/oaiservr/oaiconfig.h

    r18891 r18903  
    3737  int           resumeAfter();
    3838 private:
    39   void configureCollection(const text_t &gsdlhome, const text_t &collection);
     39  bool configureCollection(const text_t &gsdlhome, const text_t &collection);
    4040 
    4141  text_tarray collectList;  // The list of collections to be taken in hand
Note: See TracChangeset for help on using the changeset viewer.