Implementation of set_time method.
| 12 | |
| 13 | // Implementation of set_time method. |
| 14 | curl::cookie_datetime *curl::cookie_datetime::set_time(const cookie_time &cookieTime) NOEXCEPT { |
| 15 | this->time = cookieTime; |
| 16 | return this; |
| 17 | } |
| 18 | |
| 19 | // Implementation of set_date method. |
| 20 | curl::cookie_datetime *curl::cookie_datetime::set_date(const cookie_date &cookieDate) NOEXCEPT { |