Implementation of curl_message get_handler method.
| 382 | |
| 383 | // Implementation of curl_message get_handler method. |
| 384 | inline const curl_easy *curl_multi::curl_message::get_handler() const { |
| 385 | return this->handler; |
| 386 | } |
| 387 | } |
| 388 | |
| 389 | #undef CURLCPP_DEFINE_MOPTION |