Ignore:
Timestamp:
2009-04-06T11:50:51+12:00 (15 years ago)
Author:
kjdon
Message:

new field metadataSet, and getMetadataSet() method

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gsdl/trunk/runtime-src/src/oaiservr/oaiconfig.h

    r18859 r18891  
    3030  text_t        getCollectionConfig(const text_t &collection, const text_t &field);
    3131  text_tarray & getCollectionsList() { return this->collectList; }
     32  text_tset & getMetadataSet() { return this->metadataSet; }
    3233  text_t        getMapping(const text_t &collection, const text_t &collectfield);
    3334  text_t        getMapping(const text_t &collection, const text_t &collectfield, const text_t &format);
     
    3940 
    4041  text_tarray collectList;  // The list of collections to be taken in hand
     42  text_tset metadataSet; // The list of metadata sets to be supported
    4143  text_tmap infoMap;        // Holds the information to be given in the case
    4244                            // of an OAI identify request
Note: See TracChangeset for help on using the changeset viewer.