]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/sckstrm.h
adjusted indentation with astyle; added Id keyword
[wxWidgets.git] / interface / sckstrm.h
index a104810a080c69ca88f3ffecbfbf4ae6e682ccd5..02795708fe2d8c3c92cf1266419079353fba55e5 100644 (file)
@@ -9,14 +9,14 @@
 /**
     @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}
-    
+
     @seealso
     wxSocketBase
 */
@@ -34,14 +34,14 @@ 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}
-    
+
     @seealso
     wxSocketBase
 */