Searched refs:wxECSocketEvent (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/libs/ec/cpp/
H A DRemoteConnect.h402 class wxECSocketEvent : public wxEvent { class in inherits:wxEvent
404 wxECSocketEvent(int id, int event_id) : wxEvent(event_id, id) {} function in class:wxECSocketEvent
405 wxECSocketEvent(int id) : wxEvent(-1, id) {} function in class:wxECSocketEvent
406 wxECSocketEvent(int id, bool result, const wxString& reply) : wxEvent(-1, id) function in class:wxECSocketEvent
411 wxEvent *Clone(void) const { return new wxECSocketEvent(*this); }
H A DRemoteConnect.cpp184 wxECSocketEvent event(wxEVT_EC_CONNECTION,false,_("Connection failure"));
281 wxECSocketEvent event(wxEVT_EC_CONNECTION, result, m_server_reply);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A Damule-remote-gui.cpp308 wxECSocketEvent& evt = *((wxECSocketEvent*)&event);

Completed in 65 milliseconds