source: gsdl/trunk/src/oaiservr/oaitools.h@ 15414

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

Removed an unnecessary inclusion of comtypes.h.

  • Property svn:keywords set to Author Date Id Revision
File size: 457 bytes
Line 
1
2#ifndef _OAITOOLS_H_
3#define _OAITOOLS_H_
4
5#include "text_t.h"
6#include "receptionist.h"
7
8class oaiclassifier {
9 public:
10 static text_t getGSDL_OID(const text_t &collection, const text_t& oai_id, recptproto *protocol,
11 ostream &logout);
12 static void toOAI(const text_t &collection, text_t &classifier);
13 static void toGSDL(text_t &collection, text_t &classifier);
14 private:
15 static void swapColonsAndPeriods(text_t &classifier);
16};
17#endif
Note: See TracBrowser for help on using the repository browser.