#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"Include dependency graph for DownloadWithTransfers.cpp:

Defines | |
| #define | VALID_TRANSFER |
| #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 ) )
1.5.2