Ignore:
Timestamp:
2009-09-11T11:54:17+12:00 (15 years ago)
Author:
mdewsnip
Message:

Completely rewrote the resumption token support, as its buginess finally tipped the "I can't stand it any more" scale...

File:
1 edited

Legend:

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

    r20574 r20590  
    66 public:
    77  listsetsaction() : oaiaction("ListSets") { };
     8
    89  virtual bool validateAction(recptproto *protocol, oaiargs &params);
    910
    1011 protected:
    11   int  setNumber;
    12   int  setsOutput;
    13   ResumptionToken *replyToken;
     12  int setsOutput;
     13
    1414  bool output_content(ostream &output, recptproto *protocol, oaiargs &params);
    15   void recurse_content(ostream &output, recptproto *protocol, text_t &collection, const text_t &classifier,
    16                text_t setHierarchy, int startSet);
     15
     16  bool output_content_for_col(ostream &output, recptproto *protocol, oaiargs &params, text_t collection);
    1717};
Note: See TracChangeset for help on using the changeset viewer.