Ignore:
Timestamp:
1999-08-11T10:44:06+12:00 (25 years ago)
Author:
sjboddie
Message:

altered the get_contents function so it's now passed metadata
rather than having it hard-coded

File:
1 edited

Legend:

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

    r423 r445  
    7373// get_contents returns OIDs and metadata of all contents
    7474// below (and including) OID.
    75 // at present the only metadata being returned for each is
    76 // Title and haschildren
    77 void get_contents (const text_t &topOID, const text_t &classifytype, int &totalcols,
     75void get_contents (const text_t &topOID, const text_t &classifytype,
     76           text_tarray &metadata, int &totalcols,
    7877           const text_t &collection, recptproto *collectproto,
    7978           FilterResponse_t &response, ostream &logout);
Note: See TracChangeset for help on using the changeset viewer.