| 42 | return str; |
| 43 | } |
| 44 | CString WizAnalyzer::getUseDays() |
| 45 | { |
| 46 | int days = ::WizIniReadIntDef(m_strRecordFileNameNoDelete, "Common", "useDays", 0); |
| 47 | // |
| 48 | return WizIntToStr(days); |
| 49 | } |
| 50 | |
| 51 | CString WizAnalyzer::getInstallDays() |
| 52 | { |
nothing calls this directly
no test coverage detected