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_VMSFIREFOXUTIL_H__510F0D32_5282_41CB_8282_4F76D2D32FAF__INCLUDED_) 00007 #define AFX_VMSFIREFOXUTIL_H__510F0D32_5282_41CB_8282_4F76D2D32FAF__INCLUDED_ 00008 00009 #if _MSC_VER > 1000 00010 #pragma once 00011 #endif 00012 00013 #include "fslist.h" 00014 #include <fsString.h> 00015 typedef fs::list <fsString> FU_STRINGLIST; 00016 00017 class vmsFirefoxUtil 00018 { 00019 public: 00020 00021 static bool GetDefaultProfilePath (LPSTR pszPath); 00022 00023 static bool GetProfilesPathes (FU_STRINGLIST& v, int& nDefaultProfile); 00024 00025 static void GetDataPath (LPSTR pszPath); 00026 00027 static void GetProfilesPath (LPSTR pszPath); 00028 00029 vmsFirefoxUtil(); 00030 virtual ~vmsFirefoxUtil(); 00031 00032 }; 00033 00034 #endif
1.5.6