X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Socket%2FProtocols%2FUN%2FUNSocketProtocol.hh;h=83bd3d108f61ebdfa991c7ecf783aad8903c77fa;hb=a6069ae6d8b265abc2f156d1ea0e12adca3771d5;hp=d7a4699dc0b45f673d41251bfc26652d2ed7a5d5;hpb=25fe79f266e7583750d8e761abec4022d87972b8;p=senf.git diff --git a/Socket/Protocols/UN/UNSocketProtocol.hh b/Socket/Protocols/UN/UNSocketProtocol.hh index d7a4699..83bd3d1 100644 --- a/Socket/Protocols/UN/UNSocketProtocol.hh +++ b/Socket/Protocols/UN/UNSocketProtocol.hh @@ -23,8 +23,8 @@ /** \file \brief UNSocketProtocol public header */ -#ifndef HH_UNSocketProtocol_ -#define HH_UNSocketProtocol_ 1 +#ifndef HH_SENF_Socket_Protocols_UN_UNSocketProtocol_ +#define HH_SENF_Socket_Protocols_UN_UNSocketProtocol_ 1 // Custom includes #include "../../../Socket/SocketProtocol.hh" @@ -49,10 +49,10 @@ namespace senf { : public virtual SocketProtocol { public: - virtual void close() const; ///< Close socket - /**< This override will automatically \c shutdown() the - socket whenever it is closed. - \throws senf::SystemException */ + virtual void close(); ///< Close socket + /**< This override will automatically \c shutdown() the + socket whenever it is closed. + \throws senf::SystemException */ // virtual void terminate() const; ///< Forcibly close socket /**< This override will automatically \c shutdown() the socket whenever it is called. Additionally it will