source: main/trunk/greenstone2/runtime-src/src/oaiservr/listsetsaction.h@ 22285

Last change on this file since 22285 was 20590, checked in by mdewsnip, 15 years ago

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

  • Property svn:keywords set to Author Date Id Revision
File size: 444 bytes
Line 
1#include "oaiaction.h"
2#include "resumptiontoken.h"
3
4class listsetsaction : public oaiaction
5{
6 public:
7 listsetsaction() : oaiaction("ListSets") { };
8
9 virtual bool validateAction(recptproto *protocol, oaiargs &params);
10
11 protected:
12 int setsOutput;
13
14 bool output_content(ostream &output, recptproto *protocol, oaiargs &params);
15
16 bool output_content_for_col(ostream &output, recptproto *protocol, oaiargs &params, text_t collection);
17};
Note: See TracBrowser for help on using the repository browser.