MCPcopy Create free account
hub / github.com/amule-project/amule / StopUDPRequests

Method StopUDPRequests

src/DownloadQueue.cpp:972–977  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

970
971
972void CDownloadQueue::StopUDPRequests()
973{
974 wxMutexLocker lock( m_mutex );
975
976 DoStopUDPRequests();
977}
978
979
980void CDownloadQueue::DoStopUDPRequests()

Callers 1

OnRemoveServersMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected