X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/cc81d32f2bf8c159f3b1bf6ddaf62e6d77720209..683b60e9ab1a059913d02d4bddf9e5dbc697967a:/docs/latex/wx/socksrv.tex diff --git a/docs/latex/wx/socksrv.tex b/docs/latex/wx/socksrv.tex index a63db59c46..d835149189 100644 --- a/docs/latex/wx/socksrv.tex +++ b/docs/latex/wx/socksrv.tex @@ -5,7 +5,7 @@ %% Modified by: %% Created: 14.01.02 (extracted from socket.tex) %% RCS-ID: $Id$ -%% Copyright: (c) wxWindows team +%% Copyright: (c) wxWidgets team %% License: wxWindows license %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% @@ -30,13 +30,13 @@ % % wxSocketServer % -\membersection{wxSocketServer::wxSocketServer}\label{wxsocketserverconstr} +\membersection{wxSocketServer::wxSocketServer}\label{wxsocketserverctor} -\func{}{wxSocketServer}{\param{wxSockAddress\&}{ address}, \param{wxSocketFlags}{ flags = wxSOCKET\_NONE}} +\func{}{wxSocketServer}{\param{const wxSockAddress\&}{ address}, \param{wxSocketFlags}{ flags = wxSOCKET\_NONE}} Constructs a new server and tries to bind to the specified {\it address}. Before trying to accept new connections, test whether it succeeded with -\helpref{wxSocketBase::Ok}{wxsocketbaseok}. +\helpref{wxSocketBase:IsOk}{wxsocketbaseisok}. \wxheading{Parameters} @@ -47,7 +47,7 @@ Before trying to accept new connections, test whether it succeeded with % % ~wxSocketServer % -\membersection{wxSocketServer::\destruct{wxSocketServer}} +\membersection{wxSocketServer::\destruct{wxSocketServer}}\label{wxsocketserverdtor} \func{}{\destruct{wxSocketServer}}{\void}