Changeset 16026


Ignore:
Timestamp:
2008-06-16T16:37:03+12:00 (16 years ago)
Author:
mdewsnip
Message:

Changing some "OIDtools" to "recptprototools".

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gsdl/trunk/src/protocol/recptprototools.cpp

    r15941 r16026  
    5757    logout << text_t2ascii
    5858       << "Error: call to filter failed for " << OID
    59        << " in OIDtools::get_info ("
     59       << " in recptprototools::get_info ("
    6060       << get_comerror_string (err) << ")\n";
    6161    return false;
     
    9393    logout << text_t2ascii
    9494       << "Error: call to filter failed for " << OID
    95        << " in OIDtools::get_info ("
     95       << " in recptprototools::get_info ("
    9696       << get_comerror_string (err) << ")\n";
    9797    return false;
     
    126126    outconvertclass text_t2ascii;
    127127    logout << text_t2ascii
    128        << "Error: call to filter failed in OIDtools::get_info ("
     128       << "Error: call to filter failed in recptprototools::get_info ("
    129129       << get_comerror_string (err) << ")\n";
    130130    return false;
     
    195195    logout << text_t2ascii
    196196       << "Error: call to filter failed for " << OID
    197        << " in OIDtools::get_children ("
     197       << " in recptprototools::get_children ("
    198198       << get_comerror_string (err) << ")\n";
    199199    return false;
     
    279279    logout << text_t2ascii
    280280       << "Error: call to filter failed for " << metadata_element_name
    281        << " in OIDtools::get_metadata_values ("
     281       << " in recptprototools::get_metadata_values ("
    282282       << get_comerror_string (err) << ")\n";
    283283    return false;
     
    319319    logout << text_t2ascii
    320320       << "Error: call to filter failed for " << metadata_element_name << " = " << metadata_value
    321        << " in OIDtools::get_documents_with_metadata_value ("
    322        << get_comerror_string (err) << ")\n";
    323     return false;
    324   }
    325  
    326   return true;
    327 }
     321       << " in recptprototools::get_documents_with_metadata_value ("
     322       << get_comerror_string (err) << ")\n";
     323    return false;
     324  }
     325 
     326  return true;
     327}
Note: See TracChangeset for help on using the changeset viewer.