X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ae3c17b4013e80b99976c750c19fca47729517f6..c29c95fe24973b94fd724db767193171ca7c513d:/interface/wx/sckstrm.h?ds=sidebyside diff --git a/interface/wx/sckstrm.h b/interface/wx/sckstrm.h index a29d0ef6f8..b4b909c9cc 100644 --- a/interface/wx/sckstrm.h +++ b/interface/wx/sckstrm.h @@ -3,19 +3,18 @@ // Purpose: interface of wxSocketOutputStream // Author: wxWidgets team // RCS-ID: $Id$ -// Licence: wxWindows license +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// /** @class wxSocketOutputStream - @wxheader{sckstrm.h} This class implements an output stream which writes data from a connected socket. Note that this stream is purely sequential and it does not support seeking. @library{wxnet} - @category{streams} + @category{net,streams} @see wxSocketBase */ @@ -33,14 +32,13 @@ public: /** @class wxSocketInputStream - @wxheader{sckstrm.h} This class implements an input stream which reads data from a connected socket. Note that this stream is purely sequential and it does not support seeking. @library{wxnet} - @category{streams} + @category{net,streams} @see wxSocketBase */