Main Page | Namespace List | Class Hierarchy | Class List | Directories | File List | Namespace Members | Class Members | File Members

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"

Go to the source code of this file.

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

Definition at line 83 of file DownloadWithTransfers.cpp.

Referenced by CDownloadWithTransfers::GetTransferCount().


Generated on Thu Dec 15 10:39:56 2005 for Shareaza 2.2.1.0 by  doxygen 1.4.2