Changeset 209


Ignore:
Timestamp:
1999-03-25T15:11:22+12:00 (25 years ago)
Author:
sjboddie
Message:

shoved in a temporary placeholder for getting classification information

File:
1 edited

Legend:

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

    r184 r209  
    9696                 MetadataResponse_t &response,
    9797                 comerror_t &err, ostream &logout);
     98
     99  // just a dummy for now - not sure where or how this
     100  // should be done - type should be one of hierarchy, book,
     101  // list, datelist or none. name should be one of subject,
     102  // date, title, author
     103  virtual void get_classification_type (const text_t &OID, text_t &ctype, text_t &cname) {
     104    cname = "subject";
     105    ctype = "hierarchy";
     106  }
    98107};
    99108
Note: See TracChangeset for help on using the changeset viewer.