Searched refs:CAmuledGSocketFuncTable (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A Damuled.cpp221 CAmuledGSocketFuncTable::CAmuledGSocketFuncTable() : m_lock(wxMUTEX_RECURSIVE) function in class:CAmuledGSocketFuncTable
229 void CAmuledGSocketFuncTable::AddSocket(GSocket *socket, GSocketEvent event)
240 void CAmuledGSocketFuncTable::RemoveSocket(GSocket *socket, GSocketEvent event)
251 void CAmuledGSocketFuncTable::RunSelect()
275 bool CAmuledGSocketFuncTable::OnInit()
280 void CAmuledGSocketFuncTable::OnExit()
284 bool CAmuledGSocketFuncTable::CanUseEventLoop()
293 bool CAmuledGSocketFuncTable::Init_Socket(GSocket *)
298 void CAmuledGSocketFuncTable
[all...]
H A Damule.h441 class CAmuledGSocketFuncTable : public GSocketGUIFunctionsTable class in inherits:GSocketGUIFunctionsTable
448 CAmuledGSocketFuncTable();
482 CAmuledGSocketFuncTable *m_table;
486 CDaemonAppTraits(CAmuledGSocketFuncTable *table);
514 CAmuledGSocketFuncTable *m_table;

Completed in 55 milliseconds