* Changes the items being transferred. * @param id Item identifier. * @param qty Item quantity. */
| 172 | * @param qty Item quantity. |
| 173 | */ |
| 174 | void Transfer::setItems(const std::string &id, int qty) |
| 175 | { |
| 176 | _itemId = id; |
| 177 | _itemQty = qty; |
| 178 | } |
| 179 | |
| 180 | /** |
| 181 | * Changes the scientists being transferred. |
no outgoing calls
no test coverage detected