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.cpp

    r259 r271  
    1212/*
    1313   $Log$
     14   Revision 1.5  1999/06/16 02:00:33  sjboddie
     15   Few changes to get getParent filter option to return metadata of
     16   parents as well as current OID
     17
    1418   Revision 1.4  1999/05/10 03:43:49  sjboddie
    1519   lots of changes to lots of files - getting document action going
     
    6468// for the given OID then it will return false.
    6569bool sourceclass::get_metadata (const text_t &/*requestParams*/, const text_t &/*refParams*/,
    66                 const text_tarray &/*fields*/, const text_t &/*OID*/,
    67                 MetadataInfo_tarray &metadata,
    68                 comerror_t &err, ostream &/*logout*/) {
     70                bool /*getParents*/, const text_tarray &/*fields*/, const text_t &/*OID*/,
     71                MetadataInfo_tarray &metadata, comerror_t &err, ostream &/*logout*/) {
    6972  metadata.erase(metadata.begin(), metadata.end());
    7073  err = noError;
Note: See TracChangeset for help on using the changeset viewer.