PolyBoRi
|
00001 // -*- c++ -*- 00002 //***************************************************************************** 00014 //***************************************************************************** 00015 00016 #include "pbori_defs.h" 00017 00018 BEGIN_NAMESPACE_PBORI 00019 00023 class CErrorInfo { 00024 public: 00026 typedef CTypes::errornum_type errornum_type; 00027 00029 typedef CTypes::errortext_type errortext_type; 00030 00032 CErrorInfo(); 00033 00035 static errortext_type text(errornum_type); 00036 00037 protected: 00039 static errortext_type pErrorText[]; 00040 00041 }; 00042 00043 00044 END_NAMESPACE_PBORI