X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FSocket%2FProtocols%2FUN%2FUNSocketProtocol.cc;h=88bca929c57a675bedc5c11cb95cf86953ebecb5;hb=cb50871835b7a5c37e4fd32d38de67fa12570ebc;hp=9a4075cace48b99141d103451852c4afdd6c00d4;hpb=601d1f509f5bb24df167a4dd5a20da67a0af9af8;p=senf.git diff --git a/senf/Socket/Protocols/UN/UNSocketProtocol.cc b/senf/Socket/Protocols/UN/UNSocketProtocol.cc index 9a4075c..88bca92 100644 --- a/senf/Socket/Protocols/UN/UNSocketProtocol.cc +++ b/senf/Socket/Protocols/UN/UNSocketProtocol.cc @@ -31,8 +31,9 @@ #include #include #include // for SIOCINQ / SIOCOUTQ -#include "../../../Utils/Logger/SenfLog.hh" -#include "../../../Utils/Exception.hh" +#include "UNAddressing.hh" +#include +#include //#include "UNSocketProtocol.mpp" #define prefix_ @@ -52,18 +53,18 @@ prefix_ bool senf::UNSocketProtocol::eof() return false; } -prefix_ void senf::UNSocketProtocol::close() +prefix_ void senf::UNSocketProtocol::close() { check_and_unlink(); - + SocketProtocol::close(); } -prefix_ void senf::UNSocketProtocol::terminate() +prefix_ void senf::UNSocketProtocol::terminate() const { check_and_unlink(); - + SocketProtocol::terminate(); } @@ -79,7 +80,7 @@ prefix_ void senf::UNSocketProtocol::check_and_unlink() SENF_LOG(("UNSocketProtocol::check_and_unlink() failed; [" << e.errorString() << "].")); } } - + ///////////////////////////////cc.e//////////////////////////////////////// #undef prefix_ //#include "UNSocketProtocol.mpp"