]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/sckstrm.h
reset the associated view frame pointer when the frame is deleted directly instead...
[wxWidgets.git] / interface / wx / sckstrm.h
index a29d0ef6f80c24eb151f5152cad69c2e20b2c50b..6f63ee4c15763193ef3a3c3a159e0443c9bd2bfe 100644 (file)
@@ -8,14 +8,13 @@
 
 /**
     @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
 */