source: main/tags/2.80/gsdl/src/oaiservr/listsetsaction.h@ 24527

Last change on this file since 24527 was 8182, checked in by cs025, 20 years ago

Added OAI Server code to Greenstone

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