Searched refs:OnAcceptConnection (Results 1 - 18 of 18) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dddeservr.tex39 \membersection{wxDDEServer::OnAcceptConnection}\label{wxddeserveronacceptconnection}
41 \func{virtual wxConnectionBase *}{OnAcceptConnection}{\param{const wxString\& }{topic}}
48 Under UNIX, when a server is created the OnAcceptConnection message is
H A Dtcpservr.tex38 \membersection{wxTCPServer::OnAcceptConnection}\label{wxtcpserveronacceptconnection}
40 \func{virtual wxConnectionBase *}{OnAcceptConnection}{\param{const wxString\& }{topic}}
47 Under Unix, when a server is created the OnAcceptConnection message is
H A Dipcservr.tex13 wxServer is required so that a user-overridden \helpref{wxServer::OnAcceptConnection}{wxserveronacceptconnection}
52 \membersection{wxServer::OnAcceptConnection}\label{wxserveronacceptconnection}
54 \func{virtual wxConnectionBase *}{OnAcceptConnection}{\param{const wxString\& }{topic}}
64 OnAcceptConnection message is always sent for standard input and
H A Dddeconn.tex72 or her own derived connection object, the \helpref{wxDDEServer::OnAcceptConnection}{wxddeserveronacceptconnection}\rtfsp
H A Dipcconn.tex73 connection object, the \helpref{wxServer::OnAcceptConnection}{wxserveronacceptconnection}\rtfsp
H A Dtcpconn.tex71 or her own derived connection object, the \helpref{wxTCPServer::OnAcceptConnection}{wxtcpserveronacceptconnection}\rtfsp
H A Dtipc.tex92 \item Derive a class from wxServer, overriding OnAcceptConnection
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/utils/helpview/src/
H A Dhelpview.h86 wxConnectionBase *OnAcceptConnection(const wxString& topic);
H A Dhelpview.cpp407 wxConnectionBase *hvServer::OnAcceptConnection(const wxString& topic) function in class:hvServer
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dsckipc.h114 virtual wxConnectionBase *OnAcceptConnection(const wxString& topic);
H A Dipcbase.h140 virtual wxConnectionBase *OnAcceptConnection(const wxString& topic) = 0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/ipc/
H A Dserver.h98 wxConnectionBase *OnAcceptConnection(const wxString& topic);
H A Dserver.cpp253 wxConnectionBase *MyServer::OnAcceptConnection(const wxString& topic) function in class:MyServer
255 wxLogMessage(_T("OnAcceptConnection(\"%s\")"), topic.c_str());
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/msw/
H A Ddde.h91 virtual wxConnectionBase *OnAcceptConnection(const wxString& topic);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/utils/tex2rtf/src/
H A Dtex2rtf.h84 wxConnectionBase *OnAcceptConnection(const wxString& topic);
H A Dtex2rtf.cpp1233 wxConnectionBase *Tex2RTFServer::OnAcceptConnection(const wxString& topic) function in class:Tex2RTFServer
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dsckipc.cpp330 wxConnectionBase *wxTCPServer::OnAcceptConnection( const wxString& WXUNUSED(topic) )
716 (wxTCPConnection *)ipcserv->OnAcceptConnection (topic_name);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Ddde.cpp344 wxConnectionBase *wxDDEServer::OnAcceptConnection(const wxString& /* topic */) function in class:wxDDEServer
730 (wxDDEConnection*) server->OnAcceptConnection(topic);

Completed in 107 milliseconds