| 937 | USHORT getType() const override { return SharedMemoryBase::SRAM_MAPPING_RESET; } |
| 938 | USHORT getVersion() const override { return MAPPING_VERSION; } |
| 939 | const char* getName() const override { return "MappingIpc"; } |
| 940 | |
| 941 | // copying is prohibited |
| 942 | MappingIpc(const MappingIpc&); |
no outgoing calls
no test coverage detected