| 82 | |
| 83 | // Implementation of the virtual destructor. |
| 84 | template<class T> curl_interface<T>::~curl_interface() = default; |
| 85 | |
| 86 | // Implementation of the static initialization function |
| 87 | template<class T> void curl_interface<T>::init(const long flag) { |
nothing calls this directly
no outgoing calls
no test coverage detected