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

Few changes to get getParent filter option to return metadata of
parents as well as current OID

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/src/colservr/source.h

    r259 r271  
    3838  // for the given OID then it will return false.
    3939  virtual bool get_metadata (const text_t &requestParams, const text_t &refParams,
    40                  const text_tarray &fields, const text_t &OID,
    41                  MetadataInfo_tarray &metadata,
    42                  comerror_t &err, ostream &logout);
     40                 bool getParents, const text_tarray &fields, const text_t &OID,
     41                 MetadataInfo_tarray &metadata, comerror_t &err, ostream &logout);
    4342
    4443  virtual bool get_document (const text_t &OID, text_t &doc,
Note: See TracChangeset for help on using the changeset viewer.