Ignore:
Timestamp:
1999-10-10T21:14:12+13:00 (25 years ago)
Author:
sjboddie
Message:
  • metadata now returns mp rather than array
  • redesigned browsing support (although it's not finished so

won't currently work ;-)

File:
1 edited

Legend:

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

    r533 r649  
    4545
    4646// get_info does a protocol call and returns (in response) the info
    47 // associated with OID. The metadata array should be loaded with whatever
     47// associated with OID. Metadata should be loaded with whatever
    4848// metadata fields are to be requested
    4949bool get_info (const text_t &OID, const text_t &collection,
    50            const text_tarray &metadata, bool getParents,
     50           const text_tset &metadata, bool getParents,
    5151           recptproto *collectproto, FilterResponse_t &response,
    5252           ostream &logout);
    5353bool get_info (const text_tarray &OIDs, const text_t &collection,
    54            const text_tarray &metadata, bool getParents,
     54           const text_tset &metadata, bool getParents,
    5555           recptproto *collectproto, FilterResponse_t &response,
    5656           ostream &logout);
     
    6161
    6262// get_children does a protocol call and returns (in response) the OIDs and
    63 // metadata of all the children of OID. The metadata array should be loaded
     63// metadata of all the children of OID. The metadata set should be loaded
    6464// with whatever metadata fields are to be requested.
    6565bool get_children (const text_t &OID, const text_t &collection,
    66            const text_tarray &metadata, bool getParents,
     66           const text_tset &metadata, bool getParents,
    6767           recptproto *collectproto, FilterResponse_t &response,
    6868           ostream &logout);
     
    8989// get_contents returns OIDs and metadata of all contents
    9090// below (and including) OID.
    91 void get_contents (const text_t &topOID, const text_t &classifytype,
    92            text_tarray &metadata, int &totalcols,
    93            const text_t &collection, recptproto *collectproto,
    94            FilterResponse_t &response, ostream &logout);
     91void get_contents (const text_t &topOID, const bool &is_classify,
     92           text_tset &metadata, const text_t &collection,
     93           recptproto *collectproto, FilterResponse_t &response,
     94           ostream &logout);
    9595
    9696// is_child_of returns true if OID2 is a child of OID1
Note: See TracChangeset for help on using the changeset viewer.