source: gsdl/trunk/runtime-src/src/oaiservr/listidsaction.h@ 16723

Last change on this file since 16723 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: 385 bytes
Line 
1#include "abstractlistaction.h"
2
3class listidsaction : public abstractlistaction
4{
5 public:
6 listidsaction() : abstractlistaction("ListIdentifiers") { };
7 protected:
8 bool validateAction(recptproto *protocol, oaiargs &params);
9 bool output_document(ostream &output, recptproto *protocol, const text_t &collection, const text_t &OID,
10 const text_t &metadataPrefix = "");
11};
12
Note: See TracBrowser for help on using the repository browser.