TODO(apassos) make this return a constant reference
| 146 | |
| 147 | // TODO(apassos) make this return a constant reference |
| 148 | std::vector<Device*>* devices() { return &devices_; } |
| 149 | const std::vector<DeviceType>& prioritized_device_type_list() { |
| 150 | return prioritized_device_type_list_; |
| 151 | } |
no outgoing calls