| 72 | |
| 73 | // Implementation of constructor. |
| 74 | template<class T> curl_interface<T>::curl_interface() { |
| 75 | init(CURL_GLOBAL_ALL); |
| 76 | } |
| 77 | |
| 78 | // Implementation of overloaded constructor. |
| 79 | template<class T> curl_interface<T>::curl_interface(const long flag) { |
nothing calls this directly
no outgoing calls
no test coverage detected