X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FSocket%2FProtocols%2FINet%2FINetAddressing.hh;h=ea22bafd23ec030f73d753b2ae1f40570a0635df;hb=7661548b20e6c7627f54bff87e0758396fd523ef;hp=afa942abc59b0b5c3834d198b2a76e680736438c;hpb=cb50871835b7a5c37e4fd32d38de67fa12570ebc;p=senf.git diff --git a/senf/Socket/Protocols/INet/INetAddressing.hh b/senf/Socket/Protocols/INet/INetAddressing.hh index afa942a..ea22baf 100644 --- a/senf/Socket/Protocols/INet/INetAddressing.hh +++ b/senf/Socket/Protocols/INet/INetAddressing.hh @@ -36,7 +36,7 @@ #include "INet6Address.hh" //#include "INetAddressing.mpp" -///////////////////////////////hh.p//////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// namespace senf { @@ -56,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 @@ -84,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 @@ -144,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, @@ -174,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 @@ -206,7 +206,7 @@ namespace senf { std::istream & operator>>(std::istream & is, INet6SocketAddress & addr); /// \addtogroup policy_impl_group - /// @{ + //\{ /** \brief Addressing policy supporting IPv4 addressing @@ -256,11 +256,11 @@ namespace senf { using BSDAddressingPolicyMixin::bind; }; - /// @} + //\} } -///////////////////////////////hh.e//////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// #include "INetAddressing.cci" //#include "INetAddressing.ct" //#include "INetAddressing.cti"