X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7c913512a4c9f36e11e07ea707002fab1608d324..fbec75d080528decc6f8dccc1e9407268a3d15d3:/interface/sckstrm.h?ds=sidebyside diff --git a/interface/sckstrm.h b/interface/sckstrm.h index 02795708fe..a29d0ef6f8 100644 --- a/interface/sckstrm.h +++ b/interface/sckstrm.h @@ -1,6 +1,6 @@ ///////////////////////////////////////////////////////////////////////////// // Name: sckstrm.h -// Purpose: documentation for wxSocketOutputStream class +// Purpose: interface of wxSocketOutputStream // Author: wxWidgets team // RCS-ID: $Id$ // Licence: wxWindows license @@ -17,8 +17,7 @@ @library{wxnet} @category{streams} - @seealso - wxSocketBase + @see wxSocketBase */ class wxSocketOutputStream : public wxOutputStream { @@ -31,6 +30,7 @@ public: }; + /** @class wxSocketInputStream @wxheader{sckstrm.h} @@ -42,8 +42,7 @@ public: @library{wxnet} @category{streams} - @seealso - wxSocketBase + @see wxSocketBase */ class wxSocketInputStream : public wxInputStream { @@ -54,3 +53,4 @@ public: */ wxSocketInputStream(wxSocketBase& s); }; +