]> git.saurik.com Git - wxWidgets.git/commitdiff
A few unimportant changes
authorGuillermo Rodriguez Garcia <guille@iies.es>
Tue, 14 Mar 2000 01:00:08 +0000 (01:00 +0000)
committerGuillermo Rodriguez Garcia <guille@iies.es>
Tue, 14 Mar 2000 01:00:08 +0000 (01:00 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6667 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/category.tex

index 7f83fdd115e378d6df9503f43e6826a6bb32ce04..d6c90616490a24269051f1f0112fff2080dae92f 100644 (file)
@@ -288,13 +288,14 @@ classes, functions and macros.
 wxWindows provides its own classes for socket based networking.
 
 \begin{twocollist}\itemsep=0pt
+\twocolitem{\helpref{wxIPV4address}{wxipv4address}}{Represents an Internet adress}
+\twocolitem{\helpref{wxSocketBase}{wxsocketbase}}{Represents a socket base object}
 \twocolitem{\helpref{wxSocketClient}{wxsocketclient}}{Represents a socket client}
 \twocolitem{\helpref{wxSocketServer}{wxsocketserver}}{Represents a socket server}
-\twocolitem{\helpref{wxURL}{wxurl}}{Represents a Universal Resource Locator}
-\twocolitem{\helpref{wxHTTP}{wxhttp}}{HTTP protocol class}
-\twocolitem{\helpref{wxFTP}{wxftp}}{FTP protocol class}
 \twocolitem{\helpref{wxSocketEvent}{wxsocketevent}}{A socket event}
-\twocolitem{\helpref{wxIPV4address}{wxipv4address}}{Represents in Internet adress}
+\twocolitem{\helpref{wxFTP}{wxftp}}{FTP protocol class}
+\twocolitem{\helpref{wxHTTP}{wxhttp}}{HTTP protocol class}
+\twocolitem{\helpref{wxURL}{wxurl}}{Represents a Universal Resource Locator}
 \end{twocollist}
 
 
@@ -303,8 +304,7 @@ wxWindows provides its own classes for socket based networking.
 \overview{Overview}{ipcoverview}
 
 wxWindows provides a simple interprocess communications facilities
-based on DDE. [Note that this is currently work in progress and may not
-function properly.]
+based on DDE.
 
 \begin{twocollist}\itemsep=0pt
 \twocolitem{\helpref{wxDDEClient}{wxddeclient}}{Represents a client}