| 265 | } |
| 266 | |
| 267 | void OsirisProxy::OnDeleteAllData(void * Osiris, bool DeleteTypes) |
| 268 | { |
| 269 | #if !defined(OSI_NO_DEBUGGER) |
| 270 | if (debugger_) { |
| 271 | Debug("OsirisProxy::OnDeleteAllData()"); |
| 272 | debugger_->DeleteAllDataHook(); |
| 273 | debugger_.reset(); |
| 274 | } |
| 275 | #endif |
| 276 | } |
| 277 | |
| 278 | void OsirisProxy::OnError(char const * Message) |
| 279 | { |
nothing calls this directly
no test coverage detected