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_FSHISTORIESMGR_H__BE0B3802_68B1_4D05_B995_B68D4D12717D__INCLUDED_) 00007 #define AFX_FSHISTORIESMGR_H__BE0B3802_68B1_4D05_B995_B68D4D12717D__INCLUDED_ 00008 00009 #if _MSC_VER > 1000 00010 #pragma once 00011 #endif 00012 00013 class fsHistoriesMgr 00014 { 00015 public: 00016 00017 void ClearAll(); 00018 00019 void ReadSettings(); 00020 00021 fsHistoriesMgr(); 00022 virtual ~fsHistoriesMgr(); 00023 00024 }; 00025 00026 #endif
1.5.6