X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Socket%2FINetAddressing.hh;h=de661cbd193d2699549cbfebcc09966821155603;hb=9a988902090d28007578e93bffd809f6bd913155;hp=d9ff2a7a15d2f1c93977dd1af1a53e1725c0dd22;hpb=85ab07d100a382467a42e19d741d403a7a96c951;p=senf.git diff --git a/Socket/INetAddressing.hh b/Socket/INetAddressing.hh index d9ff2a7..de661cb 100644 --- a/Socket/INetAddressing.hh +++ b/Socket/INetAddressing.hh @@ -46,8 +46,8 @@ namespace senf { /** \brief IPv4 socket address - INet4Address wrapps the standard sockaddr_in datatype. It provides simple accessor methods - to accss the host and port. It does \e not integrate \c gethostbyname or DNS lookup. + INet4Address wraps the standard sockaddr_in datatype. It provides simple accessor methods + to access the host and port. It does \e not integrate \c gethostbyname or DNS lookup. \todo Implement real INet4Address datatype and rename this one to INet4SockAddress ... \todo Implement more complete interface @@ -111,7 +111,7 @@ namespace senf { numeric string representations of IPv6 addresses. This class does not integrate with \c gethostbyname() and so does not support host names. - The conversion constructors allow the use of string constants whereever an INet6Address is + The conversion constructors allow the use of string constants wherever an INet6Address is expected. Especially, it is possible to assign a string to an address to change it's value. \implementation The char const * constructor overload is needed to support @@ -173,7 +173,7 @@ namespace senf { /** \brief IPv6 socket address - This class wrapps the standard \c sockaddr_in6 structure. INet6SocketAddress provides access + This class wraps the standard \c sockaddr_in6 structure. INet6SocketAddress provides access to all members of the sockaddr_in6 structure. Additionally, INet6SocketAddress supports the string representation @@ -219,7 +219,7 @@ namespace senf { INet6SocketAddress(); ///< Create empty instance INet6SocketAddress(std::string const & addr); - ///< Initialize/convert from string represenation + ///< Initialize/convert from string representation INet6SocketAddress(char const * addr); ///< Same as above to support string literals INet6SocketAddress(INet6Address const & addr, unsigned port); ///< Initialize from address and port @@ -290,7 +290,7 @@ namespace senf { This addressing policy implements addressing using Internet V4 addresses. - The various members are directly importet from + The various members are directly imported from GenericAddressingPolicy which see for a detailed documentation. */ @@ -314,7 +314,7 @@ namespace senf { This addressing policy implements addressing using Internet V6 addresses. - The various members are directly importet from + The various members are directly imported from GenericAddressingPolicy which see for a detailed documentation. */