Ignore:
Timestamp:
2008-06-04T11:55:21+12:00 (16 years ago)
Author:
mdewsnip
Message:

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

File:
1 moved

Legend:

Unmodified
Added
Removed
  • gsdl/trunk/src/oaiservr/identifyaction.cpp

    r15843 r15844  
    1 #include "identityaction.h"
     1#include "identifyaction.h"
    22
    3 bool identityaction::validateAction(recptproto *protocol, oaiargs &params)
     3bool identifyaction::validateAction(recptproto *protocol, oaiargs &params)
    44{
    55  int params_size = params.getSize();
     
    2727}
    2828
    29 bool identityaction::output_content(ostream &output, recptproto *protocol, oaiargs &params)
     29bool identifyaction::output_content(ostream &output, recptproto *protocol, oaiargs &params)
    3030{
    3131  // Get the repository name (some human-readable name for the site, or superset of collections)
Note: See TracChangeset for help on using the changeset viewer.