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 edited

Legend:

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

    r15428 r15844  
    4545#include "cgiargs.h"
    4646
    47 #include "identityaction.h"
     47#include "identifyaction.h"
    4848#include "recordaction.h"
    4949#include "listsetsaction.h"
     
    134134  dispatcher.setConfiguration(&config);
    135135
    136   identityaction *id   = new identityaction;
     136  identifyaction *id   = new identifyaction;
    137137  recordaction   *rec  = new recordaction;
    138138  listsetsaction *sets = new listsetsaction;
Note: See TracChangeset for help on using the changeset viewer.