Implementation of get_hour method.
| 34 | |
| 35 | // Implementation of get_hour method. |
| 36 | unsigned int curl::cookie_time::get_hour() const NOEXCEPT { |
| 37 | return this->hour; |
| 38 | } |
| 39 | |
| 40 | // Implementation of get_minutes method. |
| 41 | unsigned int curl::cookie_time::get_minutes() const NOEXCEPT { |