Ignore:
Timestamp:
2006-04-28T11:26:25+12:00 (18 years ago)
Author:
grbuchan
Message:

Improved functionality in resumptiontoken; additional support of resumption
behaviour in configuration; better honouring of OAI settings on collections
(i.e. collections not explicitly listed could be revealed through OAI by
accident).

File:
1 edited

Legend:

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

    r8303 r11732  
    3232  text_tmap   * getInformation() { return &this->infoMap; }
    3333  int           getOAIVersion();
     34  int           resumeAfter();
    3435 private:
    3536  void configureCollection(const text_t &gsdlhome, const text_t &collection);
     
    4142  text_t collection;        // Used to track which collection is being configured
    4243  text_t oaiVersion;        // The version of OAI running
     44  int    resumptionSize;    // The number of items to produce before spitting out a
     45                            // resumptionToken
    4346};
    4447#endif
Note: See TracChangeset for help on using the changeset viewer.