| 40 | using namespace scsi_command_util; |
| 41 | |
| 42 | SCSIPrinter::SCSIPrinter(int lun) : PrimaryDevice(SCLP, lun) |
| 43 | { |
| 44 | SupportsParams(true); |
| 45 | } |
| 46 | |
| 47 | bool SCSIPrinter::Init(const param_map& params) |
| 48 | { |
nothing calls this directly
no outgoing calls
no test coverage detected