#ifndef T2DLL_T2PREFFILE_H #define T2DLL_T2PREFFILE_H #include "../common.h" class AFX_CLASS_EXPORT T2PrefFile { public: T2PrefFile(const unsigned char* str1, const unsigned char* str2, int val); virtual ~T2PrefFile(); protected: CString mStr; }; #endif