| 84 | } |
| 85 | |
| 86 | void AppConfiguration::SetSavingInSession(BOOL savingInSession) |
| 87 | { |
| 88 | SetDwordProperty(TEXT("SaveFilesInSF"), savingInSession); |
| 89 | } |
| 90 | |
| 91 | BOOL AppConfiguration::GetSavingInSession() |
| 92 | { |
nothing calls this directly
no outgoing calls
no test coverage detected