Ignore:
Timestamp:
2008-05-09T16:29:17+12:00 (16 years ago)
Author:
mdewsnip
Message:

Quickly adding resumption token support to the ListSets action: this is part of the OAI specification but was never implemented in the code... no prizes for guessing who couldn't be bothered. By DL Consulting Ltd.

File:
1 edited

Legend:

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

    r8182 r15387  
    11#include "oaiaction.h"
     2#include "resumptiontoken.h"
    23
    34class listsetsaction : public oaiaction
     
    89  bool output_content(ostream &output, recptproto *protocol, text_tset &collections, oaiargs &params);
    910 protected:
     11  int  setNumber;
     12  int  setsOutput;
     13  ResumptionToken *replyToken;
    1014  bool output_content(ostream &output, recptproto *protocol, oaiargs &params);
    1115  void recurse_content(ostream &output, recptproto *protocol, text_t &collection, const text_t &classifier,
    12                text_t setHierarchy);
     16               text_t setHierarchy, int startSet);
    1317};
Note: See TracChangeset for help on using the changeset viewer.