Compare commits
1 Commits
87ab4c4c28
...
bad51db0c8
| Author | SHA1 | Date | |
|---|---|---|---|
| bad51db0c8 |
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user