]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/tcpservr.tex
Fixed wxTextCtrl::SetMaxLength for rich edit controls
[wxWidgets.git] / docs / latex / wx / tcpservr.tex
index 5f16cdd031d29963130a2e5279b941d9506a6ec4..cdb140c698136bd37a7bc41b55ec2f78b5fa6430 100644 (file)
@@ -10,6 +10,10 @@ A DDE-based implementation for Windows is available using \helpref{wxDDEServer}{
 wxServerBase\\
 \helpref{wxObject}{wxobject}
 
+\wxheading{Include files}
+
+<wx/sckipc.h>
+
 \wxheading{See also}
 
 \helpref{wxTCPClient}{wxtcpclient}, \helpref{wxTCPConnection}{wxtcpconnection}, \helpref{IPC overview}{ipcoverview}
@@ -28,7 +32,7 @@ Constructs a server object.
 
 Registers the server using the given service name. Under Unix, the
 string must contain an integer id which is used as an Internet port
-number. FALSE is returned if the call failed (for example, the port
+number. false is returned if the call failed (for example, the port
 number is already in use).
 
 \membersection{wxTCPServer::OnAcceptConnection}\label{wxtcpserveronacceptconnection}