source: trunk/gsdl/src/oaiservr/identityaction.h@ 8182

Last change on this file since 8182 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: 310 bytes
Line 
1#include "oaiaction.h"
2
3#include "oaiconfig.h"
4
5class identityaction : public oaiaction
6{
7 public:
8 identityaction() : oaiaction("Identify") {}
9 virtual bool validateAction(recptproto *protocol, oaiargs &params);
10 protected:
11 bool output_content(ostream &output, recptproto *protocol, oaiargs &params);
12};
13
Note: See TracBrowser for help on using the repository browser.