Clears the resource manager associated with this device.
| 191 | |
| 192 | // Clears the resource manager associated with this device. |
| 193 | void ClearResourceMgr() { |
| 194 | if (owned_rmgr_) { |
| 195 | rmgr_->Clear(); |
| 196 | } |
| 197 | } |
| 198 | |
| 199 | virtual bool IsLocal() const { return true; } |
| 200 |
no test coverage detected