Ignore:
Timestamp:
1999-07-20T15:01:15+12:00 (25 years ago)
Author:
sjboddie
Message:

get_children now takes a getParents argument

File:
1 edited

Legend:

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

    r346 r406  
    4444// with whatever metadata fields are to be requested.
    4545bool get_children (const text_t &OID, const text_t &collection,
    46            const text_tarray &metadata, recptproto *collectproto,
    47            FilterResponse_t &response, ostream &logout);
     46           const text_tarray &metadata, bool getParents,
     47           recptproto *collectproto, FilterResponse_t &response,
     48           ostream &logout);
    4849
    4950// get_parent returns the parent of the document or classification
Note: See TracChangeset for help on using the changeset viewer.