00001 00006 /*----------------------------------------------------------------------------*/ 00007 /* C Tool Box: Designed and implemented by: */ 00008 /* Walter F.J. Mueller Gesellschaft fuer Schwerionenforschung (GSI) */ 00009 /* Planckstrasse 1, D-64291 Darmstadt, Germany */ 00010 /* Email: W.F.J.Mueller@gsi.de */ 00011 /* WWW: http://www-kp3.gsi.de/www/kp3/people/mueller.html */ 00012 /*----------------------------------------------------------------------------*/ 00013 00014 #include "CTB.hxx" 00015 #include "CTBexceptionRetcode.hxx" 00016 00022 //------------------------------------------+----------------------------------- 00024 00025 void CTBexceptionRetcode::ToStream(ostream& os) const 00026 { 00027 os << mc_name; 00028 os << "- " << m_rc; 00029 00030 return; 00031 } 00032 00033 #if (defined(CTB__OutLine) || defined(CTBexceptionRetcode__OutLine)) 00034 #define inline 00035 #include "CTBexceptionRetcode.icc" 00036 #undef inline 00037 #endif