| 36 | } |
| 37 | |
| 38 | void PrimaryDevice::AddCommand(scsi_command cmd, const operation& execute) |
| 39 | { |
| 40 | commands[cmd] = execute; |
| 41 | } |
| 42 | |
| 43 | void PrimaryDevice::Dispatch(scsi_command cmd) |
| 44 | { |
nothing calls this directly
no outgoing calls
no test coverage detected