X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Utils%2FException.cc;h=2798216eae2924ade2438900a268d5c55ddcd297;hb=0fff17bd2bcdbb1e91e216bf6e1bebc414713548;hp=c9a43f111f6ca8748406f9b7dfdc66af580286a9;hpb=c28e0df3accaafcc9a934275f80c80153f5a0e54;p=senf.git diff --git a/Utils/Exception.cc b/Utils/Exception.cc index c9a43f1..2798216 100644 --- a/Utils/Exception.cc +++ b/Utils/Exception.cc @@ -32,7 +32,7 @@ #define prefix_ ///////////////////////////////cc.p//////////////////////////////////////// -prefix_ void satcom::lib::SystemException::init() +prefix_ void senf::SystemException::init() { std::stringstream s; if (where) @@ -41,7 +41,7 @@ prefix_ void satcom::lib::SystemException::init() buffer_ = s.str(); } -prefix_ char const * satcom::lib::SystemException::what() +prefix_ char const * senf::SystemException::what() const throw() { return buffer_.c_str(); @@ -53,5 +53,5 @@ prefix_ char const * satcom::lib::SystemException::what() // Local Variables: // mode: c++ -// c-file-style: "satcom" +// c-file-style: "senf" // End: