#include "StdAfx.h"#include "Shareaza.h"#include "Settings.h"#include "Download.h"#include "Downloads.h"#include "Transfers.h"#include "DownloadWithTransfers.h"#include "DownloadSource.h"#include "DownloadTransferHTTP.h"#include "DownloadTransferED2K.h"#include "DownloadTransferBT.h"#include "Network.h"#include "EDClient.h"Go to the source code of this file.
Defines | |
| #define | VALID_TRANSFER |
|
|
Value: ( ! pAddress || pAddress->S_un.S_addr == pTransfer->m_pHost.sin_addr.S_un.S_addr ) && \
( ( pTransfer->m_nProtocol != PROTOCOL_ED2K ) || \
( static_cast< CDownloadTransferED2K* >( pTransfer )->m_pClient && \
static_cast< CDownloadTransferED2K* >( pTransfer )->m_pClient->m_bConnected ) )
Definition at line 83 of file DownloadWithTransfers.cpp. Referenced by CDownloadWithTransfers::GetTransferCount(). |
1.4.2