www.pudn.com > acdx.rar > GnuGkAppConfig.h
/*============================================================= Function: Author: Leon Wang==============================================================*/ // GnuGkAppConfig.h: interface for the GnuGkAppConfig class. // ////////////////////////////////////////////////////////////////////// #if !defined(AFX_GNUGKAPPCONFIG_H__5BFBF085_5E03_4615_AF48_69C67D1F8E25__INCLUDED_) #define AFX_GNUGKAPPCONFIG_H__5BFBF085_5E03_4615_AF48_69C67D1F8E25__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 //##ModelId=424BB6450374 class GnuGkAppConfig { public: //##ModelId=424BB6450382 CString getConfigKey(CString section,CString configKey, CString defaultValue); //##ModelId=424BB6450392 int getConfigKey(CString section,CString configKey, int defaultValue); //##ModelId=424BB6450396 GnuGkAppConfig(); //##ModelId=424BB64503A1 virtual ~GnuGkAppConfig(); protected: //##ModelId=424BB64503A3 CString getAppPath(); private: //##ModelId=424BB64503A4 CString m_inipath; }; #endif // !defined(AFX_GNUGKAPPCONFIG_H__5BFBF085_5E03_4615_AF48_69C67D1F8E25__INCLUDED_)