]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/sckstrm.h
Move code removing "-psn_xxx" command line arguments to common code.
[wxWidgets.git] / interface / wx / sckstrm.h
index a29d0ef6f80c24eb151f5152cad69c2e20b2c50b..13191be253c9ec626008231f571dfb081da3345c 100644 (file)
@@ -2,20 +2,18 @@
 // Name:        sckstrm.h
 // 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 +31,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
 */