#pragma once #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; };