]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/socksrv.tex
Spacing tweak
[wxWidgets.git] / docs / latex / wx / socksrv.tex
index a63db59c468291b7c55e2c336f1e3a882ed26482..f4e4553fe5ccc58e2265eda1f883f08d3213b2a1 100644 (file)
@@ -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,9 +30,9 @@
 %
 % 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 
@@ -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}