00001 /* 00002 Free Download Manager Copyright (c) 2003-2007 FreeDownloadManager.ORG 00003 Open Download Manager Copyright (c) 2008-2010 OpenDownloadManager.ORG 00004 */ 00005 00006 #if !defined(AFX_DOWNLOADS_BITTORRENT_PEERS_H__0CDE7524_9A02_4941_B975_66D2AA398531__INCLUDED_) 00007 #define AFX_DOWNLOADS_BITTORRENT_PEERS_H__0CDE7524_9A02_4941_B975_66D2AA398531__INCLUDED_ 00008 00009 #if _MSC_VER > 1000 00010 #pragma once 00011 #endif 00012 00013 class CDownloads_Bittorrent_Peers : public CListCtrl 00014 { 00015 00016 public: 00017 CDownloads_Bittorrent_Peers(); 00018 00019 public: 00020 00021 public: 00022 //{{AFX_VIRTUAL(CDownloads_Bittorrent_Peers) 00023 //}}AFX_VIRTUAL 00024 00025 public: 00026 void ApplyLanguage(); 00027 void UpdatePeersDetails(); 00028 void UpdateStat(); 00029 void set_ActiveDownload(vmsDownloadSmartPtr dld); 00030 BOOL Create (CWnd *pwndParent); 00031 virtual ~CDownloads_Bittorrent_Peers(); 00032 00033 protected: 00034 bool m_bDldChanged; 00035 vmsDownloadSmartPtr m_dld; 00036 //{{AFX_MSG(CDownloads_Bittorrent_Peers) 00037 afx_msg void OnShowWindow(BOOL bShow, UINT nStatus); 00038 afx_msg void OnCmdUpdate(); 00039 //}}AFX_MSG 00040 00041 DECLARE_MESSAGE_MAP() 00042 }; 00043 00044 //{{AFX_INSERT_LOCATION}//}} 00045 00046 #endif
1.5.6