Ignore:
Timestamp:
2001-03-05T13:54:26+13:00 (23 years ago)
Author:
say1
Message:

integrated the new mico package. updated corba to 2.3.7. fixed the c++ corba code. added error messages in the first few calls in the corba protocol. misc corba fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/src/recpt/documentaction.cpp

    r2020 r2113  
    579579    metadata.insert ("archivedir");
    580580
     581    comerror_t err;
    581582    OptionValue_tarray options;
    582583    // we need to know what the query was for the z3950proto
    583     if (collectproto->get_protocol_name()=="z3950proto") {
     584    if (collectproto->get_protocol_name(err)=="z3950proto") {
    584585      OptionValue_t opt;
    585586      opt.name="Query";
Note: See TracChangeset for help on using the changeset viewer.