Implementation of get_minutes method.
| 39 | |
| 40 | // Implementation of get_minutes method. |
| 41 | unsigned int curl::cookie_time::get_minutes() const NOEXCEPT { |
| 42 | return this->minutes; |
| 43 | } |
| 44 | |
| 45 | // Implementation of get_seconds method. |
| 46 | unsigned int curl::cookie_time::get_seconds() const NOEXCEPT { |