Searched refs:wxSocketEventDispatcher (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/private/
H A Dsocketevtdispatch.h3 // Purpose: wxSocketEventDispatcher class
31 class WXDLLIMPEXP_CORE wxSocketEventDispatcher : public wxHashTable class in inherits:wxHashTable
34 wxSocketEventDispatcher() : wxHashTable(wxKEY_INTEGER) {} function in class:wxSocketEventDispatcher
38 static wxSocketEventDispatcher& Get();
40 virtual ~wxSocketEventDispatcher()
60 static wxSocketEventDispatcher *ms_instance;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dsocketevtdispatch.cpp3 // Purpose: implements wxSocketEventDispatcher for platforms with no
66 // wxSocketEventDispatcher
69 wxSocketEventDispatcher* wxSocketEventDispatcher::ms_instance = NULL;
72 wxSocketEventDispatcher& wxSocketEventDispatcher::Get()
75 ms_instance = new wxSocketEventDispatcher;
79 wxSocketEventDispatcherEntry* wxSocketEventDispatcher::FindEntry(int fd)
87 wxSocketEventDispatcher::RegisterCallback(int fd,
107 wxSocketEventDispatcher
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/dfb/
H A Devtloop.cpp144 wxSocketEventDispatcher::Get().RunLoop();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/x11/
H A Devtloop.cpp266 wxSocketEventDispatcher::Get().RunLoop();

Completed in 115 milliseconds