X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FSocket%2FProtocols%2FINet%2FINetAddressing.hh;h=ea22bafd23ec030f73d753b2ae1f40570a0635df;hb=99c145da3884f5c20a74337927ef2cbc073d80d7;hp=94e3c02585d5326fa8d43e8514c42e009a89ff66;hpb=601d1f509f5bb24df167a4dd5a20da67a0af9af8;p=senf.git diff --git a/senf/Socket/Protocols/INet/INetAddressing.hh b/senf/Socket/Protocols/INet/INetAddressing.hh index 94e3c02..ea22baf 100644 --- a/senf/Socket/Protocols/INet/INetAddressing.hh +++ b/senf/Socket/Protocols/INet/INetAddressing.hh @@ -29,18 +29,14 @@ // Custom includes #include -#include #include -#include "../../SocketPolicy.hh" -#include "../../ClientSocketHandle.hh" -#include "../../CommunicationPolicy.hh" -#include "../BSDAddressingPolicy.hh" -#include "../BSDSocketAddress.hh" +#include +#include #include "INet4Address.hh" #include "INet6Address.hh" //#include "INetAddressing.mpp" -///////////////////////////////hh.p//////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// namespace senf { @@ -60,9 +56,9 @@ namespace senf { public: static short const addressFamily = AF_INET; - /////////////////////////////////////////////////////////////////////////// + //-//////////////////////////////////////////////////////////////////////// ///\name Structors and default members - ///@{ + //\{ INet4SocketAddress(); explicit INet4SocketAddress(std::string const & addr); ///< Set address and port @@ -88,8 +84,8 @@ namespace senf { INet4SocketAddress(const INet4SocketAddress& other); INet4SocketAddress& operator=(const INet4SocketAddress& other); - ///@} - /////////////////////////////////////////////////////////////////////////// + //\} + //-//////////////////////////////////////////////////////////////////////// INet4Address address() const; ///< Return address unsigned port() const; ///< Return port number @@ -148,9 +144,9 @@ namespace senf { public: static short const addressFamily = AF_INET6; - /////////////////////////////////////////////////////////////////////////// + //-//////////////////////////////////////////////////////////////////////// ///\name Structors and default members - ///@{ + //\{ INet6SocketAddress(); ///< Create empty instance explicit INet6SocketAddress(std::string const & addr, @@ -178,8 +174,8 @@ namespace senf { INet6SocketAddress(const INet6SocketAddress& other); INet6SocketAddress& operator=(const INet6SocketAddress& other); - ///@} - /////////////////////////////////////////////////////////////////////////// + //\} + //-//////////////////////////////////////////////////////////////////////// INet6Address address() const; ///< Get printable address representation void address(INet6Address const & addr); ///< Change address @@ -210,7 +206,7 @@ namespace senf { std::istream & operator>>(std::istream & is, INet6SocketAddress & addr); /// \addtogroup policy_impl_group - /// @{ + //\{ /** \brief Addressing policy supporting IPv4 addressing @@ -260,18 +256,18 @@ namespace senf { using BSDAddressingPolicyMixin::bind; }; - /// @} + //\} } -///////////////////////////////hh.e//////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// #include "INetAddressing.cci" //#include "INetAddressing.ct" //#include "INetAddressing.cti" //#include "INetAddressing.mpp" #endif - + // Local Variables: // mode: c++ // fill-column: 100