00001
00002
00003
00004
00005
00006 #if !defined(AFX_VMSFIREFOXMONITORING_H__5A4260CA_6142_4971_8707_4D8DAD852589__INCLUDED_)
00007 #define AFX_VMSFIREFOXMONITORING_H__5A4260CA_6142_4971_8707_4D8DAD852589__INCLUDED_
00008
00009 #if _MSC_VER > 1000
00010 #pragma once
00011 #endif
00012
00013 class vmsFirefoxMonitoring
00014 {
00015 public:
00016
00017 static bool Install (bool bInstall);
00018
00019 static bool IsFlashGotInstalled();
00020
00021 static bool IsInstalled();
00022
00023 vmsFirefoxMonitoring();
00024 virtual ~vmsFirefoxMonitoring();
00025
00026 protected:
00027 };
00028
00029 #endif