Ignore:
Timestamp:
1999-04-07T10:20:35+12:00 (25 years ago)
Author:
rjmcnab
Message:

Got browsefilter working.

File:
1 edited

Legend:

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

    r219 r226  
    3030  // before any other methods are called
    3131  virtual bool init (ostream &logout);
    32   /* // needs some work
    33   virtual void get_metadata (const MetadataRequest_t &request,
    34                  MetadataResponse_t &response,
     32
     33  // get_metadata fills out the metadata if possible, if it is not responsable
     34  // for the given OID then it will return false.
     35  virtual bool get_metadata (const text_t &requestParams, const text_t &refParams,
     36                 const text_tarray &fields, const text_t &OID,
     37                 MetadataInfo_tarray &metadata,
    3538                 comerror_t &err, ostream &logout);
    36   */
    3739};
    3840
Note: See TracChangeset for help on using the changeset viewer.