| 60 | } |
| 61 | |
| 62 | void sfh::EventLog::LogDaemonTryAttach(uint32_t processId, const wchar_t* processName, |
| 63 | const wchar_t* processArchitecture) |
| 64 | { |
| 65 | EventWriteDaemonTryAttach(processId, processName, processArchitecture); |
| 66 | } |
| 67 | |
| 68 | void sfh::EventLog::LogDaemonBumpVersion(uint32_t oldVersion, uint32_t newVersion) |
| 69 | { |
nothing calls this directly
no outgoing calls
no test coverage detected