Searched refs:wxTCPServer (Results 1 - 11 of 11) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dsckipc.h52 class WXDLLIMPEXP_FWD_NET wxTCPServer; variable in typeref:class:WXDLLIMPEXP_FWD_NET
95 friend class wxTCPServer;
102 class WXDLLIMPEXP_NET wxTCPServer: public wxServerBase class in inherits:wxServerBase
107 wxTCPServer();
108 virtual ~wxTCPServer();
124 DECLARE_NO_COPY_CLASS(wxTCPServer)
125 DECLARE_DYNAMIC_CLASS(wxTCPServer)
H A Dipc.h39 #define wxServer wxTCPServer
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dtcpservr.tex1 \section{\class{wxTCPServer}}\label{wxtcpserver}
3 A wxTCPServer object represents the server part of a client-server conversation.
23 \membersection{wxTCPServer::wxTCPServer}\label{wxtcpserverctor}
25 \func{}{wxTCPServer}{\void}
29 \membersection{wxTCPServer::Create}\label{wxtcpservercreate}
38 \membersection{wxTCPServer::OnAcceptConnection}\label{wxtcpserveronacceptconnection}
H A Dtcpclint.tex11 a `conversation' with a server, and the custom wxTCPServer is required
26 \helpref{wxTCPServer}{wxtcpserver}, \helpref{wxTCPConnection}{wxtcpconnection},
H A Dddeservr.tex8 of this API is available using \helpref{wxTCPServer}{wxtcpserver}.
H A Dtcpconn.tex10 \helpref{wxTCPServer}{wxtcpserver} object. The bulk of a conversation is controlled by
57 \helpref{wxTCPClient}{wxtcpclient}, \helpref{wxTCPServer}{wxtcpserver}, \helpref{Interprocess communications overview}{ipcoverview}
71 or her own derived connection object, the \helpref{wxTCPServer::OnAcceptConnection}{wxtcpserveronacceptconnection}\rtfsp
H A Dipcservr.tex7 API is available using wxTCPServer, which has the same API.
H A Dlibs.tex38 \item{ sockets-based IPC classes (\helpref{wxTCPServer}{wxddeserver},
H A Dtipc.tex6 %\helpref{wxTCPServer}{wxtcpserver}, \helpref{wxTCPConnection}{wxtcpconnection},
33 {\tt wxDDEServer} or {\tt wxTCPServer} depending on whether
H A Dporting.tex340 These are now separated out into wxDDEServer/Client/Connection (Windows only) and wxTCPServer/Client/Connection
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dsckipc.cpp140 IMPLEMENT_DYNAMIC_CLASS(wxTCPServer, wxServerBase)
233 // wxTCPServer
236 wxTCPServer::wxTCPServer () : wxServerBase() function in class:wxTCPServer
241 bool wxTCPServer::Create(const wxString& serverName)
311 wxTCPServer::~wxTCPServer()
330 wxConnectionBase *wxTCPServer::OnAcceptConnection( const wxString& WXUNUSED(topic) )
683 wxTCPServer *ipcserv = (wxTCPServer *) serve
[all...]

Completed in 179 milliseconds