| 165 | } |
| 166 | |
| 167 | DWORD AppConfiguration::GetLastCheckUpdateTime() |
| 168 | { |
| 169 | DWORD dwValue = 0; |
| 170 | GetDwordProperty(TEXT("LastChkUpdateTime"), dwValue); |
| 171 | return dwValue; |
| 172 | } |
| 173 | |
| 174 | void AppConfiguration::SetLastCheckUpdateTime(DWORD lastCheckUpdateTime/* = 0*/) |
| 175 | { |
nothing calls this directly
no outgoing calls
no test coverage detected