VHISTlib
1.84.0.3018
|
00001 /* $HEADERS 00002 $Id: tempvhistfile.h 2179 2011-06-24 09:03:24Z ahuesgen $ 00003 */ 00004 00005 #ifndef TEMPVHISTFILE_INCLUDED 00006 #define TEMPVHISTFILE_INCLUDED 00007 00008 #include <QString> 00009 #include <QSharedPointer> 00010 00011 #include "../shared/misc_defines.h" 00012 #include "../unvhistlib/vhistparser.h" 00013 00014 namespace vhist 00015 { 00016 00017 typedef QSharedPointer<VhistParser> SPVhistParser; 00018 00019 class VHIST_EXTERN TempVhistfile 00020 { 00021 public: 00022 TempVhistfile(); 00023 ~TempVhistfile(); 00024 00025 public: 00026 SPVhistParser m_vhistfile; 00027 QString m_fileOnDisk; 00028 bool m_deleteFile; 00029 }; 00030 00031 } // namespace vhist 00032 00033 #endif // TEMPVHISTFILE_INCLUDED