X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FSocket%2FProtocols%2FUN%2FUNAddressing.cc;h=c7293b8791d442f3c3e63ac578841e5e4c9948c4;hb=99c145da3884f5c20a74337927ef2cbc073d80d7;hp=09ee9c7ff6349c24438547a9e86364a576a5deb7;hpb=601d1f509f5bb24df167a4dd5a20da67a0af9af8;p=senf.git diff --git a/senf/Socket/Protocols/UN/UNAddressing.cc b/senf/Socket/Protocols/UN/UNAddressing.cc index 09ee9c7..c7293b8 100644 --- a/senf/Socket/Protocols/UN/UNAddressing.cc +++ b/senf/Socket/Protocols/UN/UNAddressing.cc @@ -27,10 +27,10 @@ //#include "UNAddressing.ih" // Custom includes -#include "../AddressExceptions.hh" +#include #define prefix_ -///////////////////////////////cc.p//////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// prefix_ void senf::UNSocketAddress::path(std::string const & path) { @@ -41,7 +41,7 @@ prefix_ void senf::UNSocketAddress::path(std::string const & path) addr_.sun_path[socklen()-sizeof(short)+1] = 0; } -///////////////////////////////cc.e//////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// #undef prefix_ //#include "UNAddressing.mpp"