Creates a null device object.
| 53 | |
| 54 | /// Creates a null device object. |
| 55 | device() |
| 56 | : m_id(0) |
| 57 | { |
| 58 | } |
| 59 | |
| 60 | /// Creates a new device object for \p id. If \p retain is \c true, |
| 61 | /// the reference count for the device will be incremented. |
nothing calls this directly
no outgoing calls
no test coverage detected