X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Utils%2FException.hh;h=7d5dbf1e557f85b83c7ef4ea44985952f784bd14;hb=331547d2a137f796eb5fcb390502aece3e01bb16;hp=1c5ca1ca7dede6088e95f1d870acb4d515ff5d05;hpb=c28e0df3accaafcc9a934275f80c80153f5a0e54;p=senf.git diff --git a/Utils/Exception.hh b/Utils/Exception.hh index 1c5ca1c..7d5dbf1 100644 --- a/Utils/Exception.hh +++ b/Utils/Exception.hh @@ -30,8 +30,8 @@ //#include "Exception.mpp" ///////////////////////////////hh.p//////////////////////////////////////// -namespace satcom { -namespace lib { +namespace senf { + struct SystemException : public std::exception { @@ -49,7 +49,7 @@ namespace lib { std::string buffer_; }; -}} +} ///////////////////////////////hh.e//////////////////////////////////////// //#include "Exception.cci" @@ -60,5 +60,5 @@ namespace lib { // Local Variables: // mode: c++ -// c-file-style: "satcom" +// c-file-style: "senf" // End: