X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e2a6f23364aefcd5095dc6558e3ab8144363fa96..4948ebf3ffe886443ec61bbecd1d0d3b794dfee2:/docs/latex/wx/tcpservr.tex diff --git a/docs/latex/wx/tcpservr.tex b/docs/latex/wx/tcpservr.tex index 5f16cdd031..a2744e8d34 100644 --- a/docs/latex/wx/tcpservr.tex +++ b/docs/latex/wx/tcpservr.tex @@ -10,25 +10,29 @@ A DDE-based implementation for Windows is available using \helpref{wxDDEServer}{ wxServerBase\\ \helpref{wxObject}{wxobject} +\wxheading{Include files} + + + \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. -\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 -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}