00001
00002
00003
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 class vmsFirefoxUtil
00014 {
00015 public:
00016 static void GetDataPath (LPSTR pszPath);
00017 static void GetProfilesPath (LPSTR pszPath);
00018 vmsFirefoxUtil();
00019 virtual ~vmsFirefoxUtil();
00020 };
00021
00022 #endif