Returns the resource manager associated w/ this device.
| 167 | |
| 168 | // Returns the resource manager associated w/ this device. |
| 169 | virtual ResourceMgr* resource_manager() { return rmgr_; } |
| 170 | |
| 171 | // Summarizes the status of this Device, for debugging. |
| 172 | string DebugString() const { return ProtoDebugString(device_attributes_); } |
no outgoing calls