]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/ipcservr.tex
Line-up interfaces to use size_t for GetCount()s (and count related api).
[wxWidgets.git] / docs / latex / wx / ipcservr.tex
index 98a4d7bd96b26b1d25d947c96b24df723e850329..5bcad63735bacd1605587132c20cf979a11636b0 100644 (file)
@@ -1,4 +1,4 @@
-\section{\class{wxServer}}\label{wxddeserver}
+\section{\class{wxServer}}\label{wxserver}
 
 A wxServer object represents the server part of a client-server
 DDE-like (Dynamic Data Exchange) conversation. The actual
 
 A wxServer object represents the server part of a client-server
 DDE-like (Dynamic Data Exchange) conversation. The actual
@@ -10,7 +10,7 @@ To create a server which can communicate with a suitable client,
 you need to derive a class from wxConnection and another from
 wxServer. The custom wxConnection class will intercept
 communications in a `conversation' with a client, and the custom
 you need to derive a class from wxConnection and another from
 wxServer. The custom wxConnection class will intercept
 communications in a `conversation' with a client, and the custom
-wxServer is required so that a user-overridden \helpref{wxServer::OnAcceptConnection}{wxddeserveronacceptconnection} 
+wxServer is required so that a user-overridden \helpref{wxServer::OnAcceptConnection}{wxserveronacceptconnection} 
 member can return a wxConnection of the required class, when a
 connection is made. Look at the IPC sample and the \helpref{Interprocess communications overview}{ipcoverview} for
 an example of how to do this.
 member can return a wxConnection of the required class, when a
 connection is made. Look at the IPC sample and the \helpref{Interprocess communications overview}{ipcoverview} for
 an example of how to do this.
@@ -25,19 +25,19 @@ wxServerBase
 
 \wxheading{See also}
 
 
 \wxheading{See also}
 
-\helpref{wxClient}{wxddeclient},
+\helpref{wxClient}{wxclient},
 \helpref{wxConnection}{wxddeconnection}, \helpref{IPC
 overview}{ipcoverview}
 
 \latexignore{\rtfignore{\wxheading{Members}}}
 
 \helpref{wxConnection}{wxddeconnection}, \helpref{IPC
 overview}{ipcoverview}
 
 \latexignore{\rtfignore{\wxheading{Members}}}
 
-\membersection{wxServer::wxServer}
+\membersection{wxServer::wxServer}\label{wxserverctor}
 
 \func{}{wxServer}{\void}
 
 Constructs a server object.
 
 
 \func{}{wxServer}{\void}
 
 Constructs a server object.
 
-\membersection{wxServer::Create}
+\membersection{wxServer::Create}\label{wxservercreate}
 
 \func{bool}{Create}{\param{const wxString\& }{service}}
 
 
 \func{bool}{Create}{\param{const wxString\& }{service}}
 
@@ -49,7 +49,7 @@ will be deleted afterwards) in which case a Unix domain socket is
 created. false is returned if the call failed (for example, the
 port number is already in use).
 
 created. false is returned if the call failed (for example, the
 port number is already in use).
 
-\membersection{wxServer::OnAcceptConnection}\label{wxddeserveronacceptconnection}
+\membersection{wxServer::OnAcceptConnection}\label{wxserveronacceptconnection}
 
 \func{virtual wxConnectionBase *}{OnAcceptConnection}{\param{const wxString\& }{topic}}
 
 
 \func{virtual wxConnectionBase *}{OnAcceptConnection}{\param{const wxString\& }{topic}}