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

Last change on this file since 22285 was 15844, checked in by mdewsnip, 16 years ago

Changed "identityaction" to "identifyaction", so it actually matches the OAI specification.

  • 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 identifyaction : public oaiaction
6{
7 public:
8 identifyaction() : 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.