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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DDownloadQueue.cpp76 CDownloadQueue::CDownloadQueue() function in class:CDownloadQueue
99 CDownloadQueue::~CDownloadQueue()
111 void CDownloadQueue::LoadMetFiles(const CPath& path)
177 uint16 CDownloadQueue::GetFileCount() const
185 void CDownloadQueue::CopyFileList(std::vector<CPartFile*>& out_list, bool includeCompleted) const
201 CServer* CDownloadQueue::GetUDPServer() const
209 void CDownloadQueue::SetUDPServer( CServer* server )
217 void CDownloadQueue
[all...]
H A DDownloadQueue.h60 class CDownloadQueue : public CObservableQueue<CPartFile*> class in inherits:CObservableQueue
66 CDownloadQueue();
71 ~CDownloadQueue();
H A Damule.h48 class CDownloadQueue;
246 CDownloadQueue* downloadqueue;
H A Damule.cpp284 // Destroying CDownloadQueue calls destructor for CPartFile
513 downloadqueue = new CDownloadQueue();

Completed in 109 milliseconds