]> git.tdb.fi Git - libs/net.git/blobdiff - source/sockaddr.h
Comment changes
[libs/net.git] / source / sockaddr.h
index 6e4025d298cc46d0fc16719dcebf1cdad334514a..ff2f88a9b7be650064d4528f18ba3ff88ddd510e 100644 (file)
@@ -25,11 +25,8 @@ public:
        virtual Family get_family() const = 0;
        virtual std::string str() const = 0;
 
-       /**
-       Fills the given struct sockaddr with information from this SockAddr.
-
-       @return  Number of bytes used
-       */
+       /** Fills a struct sockaddr with information from this SockAddr.  Returns
+       the number of bytes used. */
        virtual unsigned fill_sockaddr(sockaddr &) const = 0;
        virtual unsigned fill_sockaddr(sockaddr_storage &) const;
 };