Ignore:
Timestamp:
1999-06-16T15:11:25+12:00 (25 years ago)
Author:
sjboddie
Message:

get_info() now takes a getParents argument

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/src/recpt/OIDtools.h

    r274 r278  
    3232// metadata fields are to be requested
    3333bool get_info (const text_t &OID, const text_t &collection,
    34            const text_tarray &metadata, recptproto *collectproto,
    35            FilterResponse_t &response, ostream &logout);
     34           const text_tarray &metadata, bool getParents,
     35           recptproto *collectproto, FilterResponse_t &response,
     36           ostream &logout);
    3637
    3738// has_children returns true if OID has children
Note: See TracChangeset for help on using the changeset viewer.