Implementation of get_seconds method.
| 44 | |
| 45 | // Implementation of get_seconds method. |
| 46 | unsigned int curl::cookie_time::get_seconds() const NOEXCEPT { |
| 47 | return this->seconds; |
| 48 | } |
| 49 | |
| 50 | // Implementation of get_formatted method. |
| 51 | std::string curl::cookie_time::get_formatted() const NOEXCEPT { |