* Changes the custom name for the base. * @param name Name. */
| 273 | * @param name Name. |
| 274 | */ |
| 275 | void Base::setName(const std::wstring &name) |
| 276 | { |
| 277 | _name = name; |
| 278 | } |
| 279 | |
| 280 | /** |
| 281 | * Returns the list of facilities in the base. |
no outgoing calls
no test coverage detected