| 164 | } |
| 165 | |
| 166 | SERVER::SERVER() : _reference_count(0) |
| 167 | { |
| 168 | m_registryBaseName = TEXT("Software\\KDE e.V.\\KDiff3\\diff-ext"); |
| 169 | m_pRecentFiles = nullptr; |
| 170 | m_pLogFile = nullptr; |
| 171 | } |
| 172 | |
| 173 | void SERVER::initLogging() |
| 174 | { |
nothing calls this directly
no outgoing calls
no test coverage detected