| 198 | } |
| 199 | |
| 200 | BOOL AppConfiguration::GetLoadingDataOnScroll() |
| 201 | { |
| 202 | DWORD dwValue = 0; // FALSE |
| 203 | GetDwordProperty(TEXT("LoadingDataOnScroll"), dwValue); |
| 204 | return dwValue != 0; |
| 205 | } |
| 206 | |
| 207 | void AppConfiguration::SetSupportingFilter(BOOL supportingFilter) |
| 208 | { |
nothing calls this directly
no outgoing calls
no test coverage detected