* Returns the time remaining until the * transfer arrives at its destination. * @return Amount of hours. */
| 227 | * @return Amount of hours. |
| 228 | */ |
| 229 | int Transfer::getHours() const |
| 230 | { |
| 231 | return _hours; |
| 232 | } |
| 233 | |
| 234 | /** |
| 235 | * Returns the quantity of items in the transfer. |
no outgoing calls
no test coverage detected