----------------------------------------------------------------------------- Purpose: This function is called just before the driver is unloaded from vrserver. Drivers should free whatever resources they have acquired over the session here. Any calls to the server is guaranteed to be valid before this, but not after it has been called. -------------------------------------------------------------
| 69 | // Any calls to the server is guaranteed to be valid before this, but not after it has been called. |
| 70 | //----------------------------------------------------------------------------- |
| 71 | void MyDeviceProvider::Cleanup() |
| 72 | { |
| 73 | } |
nothing calls this directly
no outgoing calls
no test coverage detected