Implementation of get_time method.
| 24 | |
| 25 | // Implementation of get_time method. |
| 26 | curl::cookie_time curl::cookie_datetime::get_time() const NOEXCEPT { |
| 27 | return this->time; |
| 28 | } |
| 29 | |
| 30 | // Implementation of get_date method. |
| 31 | curl::cookie_date curl::cookie_datetime::get_date() const NOEXCEPT { |
nothing calls this directly
no outgoing calls
no test coverage detected