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_VMSFDMAPPMGR_H__BF49C5FB_A3C9_4C50_B272_F5DF493C409C__INCLUDED_) 00007 #define AFX_VMSFDMAPPMGR_H__BF49C5FB_A3C9_4C50_B272_F5DF493C409C__INCLUDED_ 00008 00009 #if _MSC_VER > 1000 00010 #pragma once 00011 #endif 00012 00013 class vmsFdmAppMgr 00014 { 00015 public: 00016 void ShowInstallBtMessage(); 00017 void ShowInstallMediaFeaturesMessage(); 00018 BOOL IsMediaFeaturesInstalled(); 00019 BOOL IsBtInstalled(); 00020 vmsFdmAppMgr(); 00021 virtual ~vmsFdmAppMgr(); 00022 00023 }; 00024 00025 #endif
1.5.6