Changeset 239


Ignore:
Timestamp:
1999-04-20T12:11:30+12:00 (25 years ago)
Author:
sjboddie
Message:

removed dummy functions

File:
1 edited

Legend:

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

    r220 r239  
    9393               FilterResponse_t &response,
    9494               comerror_t &err, ostream &logout);
    95 
    96   // just a dummy for now - not sure where or how this
    97   // should be done - type should be one of hierarchy, book,
    98   // list, datelist or none. name should be one of subject,
    99   // date, title, author, series, howto, or organization
    100   virtual void get_classification_info (const text_t &/*OID*/, text_t &ctype, text_t &cname) {
    101     cname = "title";
    102     ctype = "list";
    103   }
    104 
    105   // return list of all classifications supported by this collection
    106   // e.g. "title", "subject" and "date". Should be tested somewhere I guess
    107   // to make sure all classifications are supported by this receptionist
    108   virtual void get_all_classifications (text_tarray &classifications) {
    109     classifications.push_back ("subject");
    110     classifications.push_back ("title");
    111     classifications.push_back ("series");
    112   }
    11395};
    11496
Note: See TracChangeset for help on using the changeset viewer.