DownloadWithTransfers.cpp File Reference

#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 Documentation

#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 ) )


Generated on Wed Aug 8 03:45:50 2007 for Shareaza by  doxygen 1.5.2