Ignore:
Timestamp:
2017-02-08T18:31:18+13:00 (7 years ago)
Author:
ak19
Message:

Round 1 of commits for getting OAI deletion policy to work with GS2 (server end). The perl code writing out the OAI db and the GS3 server code implementing the deletion policy had already been completed earlier (end 2016).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/runtime-src/src/protocol/recptprototools.h

    r16180 r31387  
    3838           const text_tset &metadata, bool getParents,
    3939           recptproto *collectproto, FilterResponse_t &response,
     40           ostream &logout, int filterResultOptions=0);
     41bool get_oai_info (const text_t &OID, const text_t &collection, const text_t &lang,
     42           const text_tset &metadata, bool getParents,
     43           recptproto *collectproto, FilterResponse_t &response,
    4044           ostream &logout);
    4145bool get_info (const text_t &OID, const text_t &collection, const text_t &lang,
     
    5963           const text_tset &metadata, bool getParents,
    6064           recptproto *collectproto, FilterResponse_t &response,
    61            ostream &logout);
     65           ostream &logout, int filterResultOptions=0);
    6266
    6367// get_contents returns OIDs and metadata of all contents
Note: See TracChangeset for help on using the changeset viewer.