| 162 | USHORT getType() const override { return Firebird::SharedMemoryBase::SRAM_LOCK_MANAGER; } |
| 163 | USHORT getVersion() const override { return LHB_VERSION; } |
| 164 | const char* getName() const override { return "LockManager"; } |
| 165 | |
| 166 | private: |
| 167 | bool sh_mem_consistency; |
no outgoing calls
no test coverage detected