| 362 | } |
| 363 | |
| 364 | OniStatus invoke(int commandId, void* data, int dataSize) |
| 365 | { |
| 366 | switch (commandId) |
| 367 | { |
| 368 | default: |
| 369 | case ONI_DEVICE_COMMAND_SEEK: // OniSeek |
| 370 | return ONI_STATUS_NOT_SUPPORTED; |
| 371 | } |
| 372 | } |
| 373 | |
| 374 | |
| 375 | /* todo: for DeviceBase |
nothing calls this directly
no outgoing calls
no test coverage detected