remove export

This commit is contained in:
2025-05-18 18:53:28 +03:00
parent 87ab4c4c28
commit bad51db0c8

View File

@@ -1,14 +1,13 @@
#ifndef curl_thread_pool_p_H
#define curl_thread_pool_p_H
#include "pip_http_client_export.h"
#include "piprotectedvariable.h"
#include "pisemaphore.h"
#include "pithread.h"
class PIHTTPClient;
class PIP_HTTP_CLIENT_EXPORT CurlThreadPool {
class CurlThreadPool {
public:
void registerClient(PIHTTPClient * c);