Changeset 2229 for trunk


Ignore:
Timestamp:
2001-03-27T17:33:36+12:00 (23 years ago)
Author:
jrm21
Message:

updated get_protocol_name(void) to get_protocol_name(comerror_t&) in line
with other changes to other protocols

File:
1 edited

Legend:

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

    r1355 r2229  
    5252  bool init (ostream &logout);
    5353
    54   text_t get_protocol_name () {return "z3950proto";}
     54  text_t get_protocol_name (comerror_t &/*err*/) {return "z3950proto";}
    5555
    5656  void get_collection_list (text_tarray &collist, comerror_t &err,
Note: See TracChangeset for help on using the changeset viewer.