Home
last modified time | relevance | path

Searched refs:m_ec_notifier (Results 1 – 6 of 6) sorted by relevance

/dports/net-p2p/amule/aMule-2.3.3/src/
H A DGuiEvents.cpp131 …theApp->ECServerHandler->m_ec_notifier->DownloadFile_SetDirty(static_cast<const CPartFile*>(item)); in DownloadCtrlUpdateItem()
385 theApp->ECServerHandler->m_ec_notifier->DownloadFile_AddFile(file); in DownloadCtrlAddFile()
395 theApp->ECServerHandler->m_ec_notifier->DownloadFile_RemoveFile(file); in DownloadCtrlRemoveFile()
H A DExternalConn.cpp211 ECNotifier *m_ec_notifier; member in CECServerSocket
240 m_ec_notifier = notifier; in CECServerSocket()
278 theApp->ECServerHandler->m_ec_notifier->Remove_EC_Client(this); in OnLost()
285 CECPacket *packet = m_ec_notifier->GetNextPacket(this); in WriteDoneAndQueueEmpty()
345 m_ec_notifier = new ECNotifier(); in BEGIN_EVENT_TABLE()
353 delete m_ec_notifier; in ~ExternalConn()
406 CECServerSocket *sock = new CECServerSocket(m_conn->m_ec_notifier); in OnAccept()
534 theApp->ECServerHandler->m_ec_notifier->Add_EC_Client(this);
H A DExternalConn.h107 ECNotifier *m_ec_notifier; variable
/dports/net-p2p/amule-devel/aMule-SVN-r11065/src/
H A DGuiEvents.cpp131 …theApp->ECServerHandler->m_ec_notifier->DownloadFile_SetDirty(static_cast<const CPartFile*>(item)); in DownloadCtrlUpdateItem()
385 theApp->ECServerHandler->m_ec_notifier->DownloadFile_AddFile(file); in DownloadCtrlAddFile()
395 theApp->ECServerHandler->m_ec_notifier->DownloadFile_RemoveFile(file); in DownloadCtrlRemoveFile()
H A DExternalConn.cpp213 ECNotifier *m_ec_notifier; member in CECServerSocket
242 m_ec_notifier = notifier; in CECServerSocket()
280 theApp->ECServerHandler->m_ec_notifier->Remove_EC_Client(this); in OnLost()
287 CECPacket *packet = m_ec_notifier->GetNextPacket(this); in WriteDoneAndQueueEmpty()
347 m_ec_notifier = new ECNotifier(); in BEGIN_EVENT_TABLE()
355 delete m_ec_notifier; in ~ExternalConn()
408 CECServerSocket *sock = new CECServerSocket(m_conn->m_ec_notifier); in OnAccept()
536 theApp->ECServerHandler->m_ec_notifier->Add_EC_Client(this);
H A DExternalConn.h107 ECNotifier *m_ec_notifier; variable