| 45 | // Unique name for the device containing the resource. |
| 46 | const string& device() const { return device_; } |
| 47 | void set_device(const string& device) { device_ = device; } |
| 48 | |
| 49 | // Container in which this resource is placed. |
| 50 | const string& container() const { return container_; } |
no outgoing calls