]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/tcpservr.tex
Added wxDataViewTreeCtrl
[wxWidgets.git] / docs / latex / wx / tcpservr.tex
index 5f16cdd031d29963130a2e5279b941d9506a6ec4..30cfe7941da188385f6c002e6138db9a06ee8371 100644 (file)
@@ -10,25 +10,33 @@ A DDE-based implementation for Windows is available using \helpref{wxDDEServer}{
 wxServerBase\\
 \helpref{wxObject}{wxobject}
 
 wxServerBase\\
 \helpref{wxObject}{wxobject}
 
+\wxheading{Include files}
+
+<wx/sckipc.h>
+
+\wxheading{Library}
+
+\helpref{wxNet}{librarieslist}
+
 \wxheading{See also}
 
 \helpref{wxTCPClient}{wxtcpclient}, \helpref{wxTCPConnection}{wxtcpconnection}, \helpref{IPC overview}{ipcoverview}
 
 \latexignore{\rtfignore{\wxheading{Members}}}
 
 \wxheading{See also}
 
 \helpref{wxTCPClient}{wxtcpclient}, \helpref{wxTCPConnection}{wxtcpconnection}, \helpref{IPC overview}{ipcoverview}
 
 \latexignore{\rtfignore{\wxheading{Members}}}
 
-\membersection{wxTCPServer::wxTCPServer}
+\membersection{wxTCPServer::wxTCPServer}\label{wxtcpserverctor}
 
 \func{}{wxTCPServer}{\void}
 
 Constructs a server object.
 
 
 \func{}{wxTCPServer}{\void}
 
 Constructs a server object.
 
-\membersection{wxTCPServer::Create}
+\membersection{wxTCPServer::Create}\label{wxtcpservercreate}
 
 \func{bool}{Create}{\param{const wxString\& }{service}}
 
 Registers the server using the given service name. Under Unix, the
 string must contain an integer id which is used as an Internet port
 
 \func{bool}{Create}{\param{const wxString\& }{service}}
 
 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}
 number is already in use).
 
 \membersection{wxTCPServer::OnAcceptConnection}\label{wxtcpserveronacceptconnection}