| 65 | bool initialize(Firebird::SharedMemoryBase*, bool) override; |
| 66 | |
| 67 | USHORT getType() const override { return Firebird::SharedMemoryBase::SRAM_TRACE_LOG; } |
| 68 | USHORT getVersion() const override { return TraceLogHeader::TRACE_LOG_VERSION; } |
| 69 | const char* getName() const override { return "TraceLog"; } |
| 70 |
no outgoing calls
no test coverage detected