source: gsdl/trunk/src/oaiservr/identifyaction.h@ 15958

Last change on this file since 15958 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
RevLine 
[8182]1#include "oaiaction.h"
2
3#include "oaiconfig.h"
4
[15844]5class identifyaction : public oaiaction
[8182]6{
7 public:
[15844]8 identifyaction() : oaiaction("Identify") {}
[8182]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.