| 140 | } |
| 141 | |
| 142 | std::string Properties::getXMLDeviceDescriptionFile() const { |
| 143 | base::MutexLock lock(_mutex); |
| 144 | return _xmlDeviceDescriptionFile; |
| 145 | } |
| 146 | |
| 147 | void Properties::setHttpPort(const unsigned int httpPort) { |
| 148 | base::MutexLock lock(_mutex); |
no outgoing calls
no test coverage detected