Esempio n. 1
0
void		CIni::SerGet(	bool bGet,double	& f,	LPCTSTR strEntry,	LPCTSTR strSection/*= NULL*/,	double fDefault/* = 0.0*/)
{
   SerGetDouble(bGet,f,strEntry,strSection,fDefault);
}
Esempio n. 2
0
void CIni::SerGet( BOOL bGet,double & f, CString strEntry, LPCSTR strSection/*= NULL*/, double fDefault/* = 0.0*/)
{
	SerGetDouble(bGet,f,strEntry,strSection,fDefault);
}