|
LibreOffice Module ucb (master) 1
|
A loaderthread acts as factory for CURL-handles, the key being ( implicit ) the threadid. More...
#include <ftploaderthread.hxx>
Public Member Functions | |
| FTPLoaderThread () | |
| ~FTPLoaderThread () | |
| CURL * | handle () |
Private Member Functions | |
| FTPLoaderThread (const FTPLoaderThread &)=delete | |
| FTPLoaderThread & | operator= (const FTPLoaderThread &)=delete |
Private Attributes | |
| oslThreadKey | m_threadKey |
A loaderthread acts as factory for CURL-handles, the key being ( implicit ) the threadid.
Owner is a FTPContentProvider-instance
Definition at line 38 of file ftploaderthread.hxx.
| FTPLoaderThread::FTPLoaderThread | ( | ) |
Definition at line 63 of file ftploaderthread.cxx.
| FTPLoaderThread::~FTPLoaderThread | ( | ) |
Definition at line 68 of file ftploaderthread.cxx.
References m_threadKey.
|
privatedelete |
| CURL * FTPLoaderThread::handle | ( | ) |
Definition at line 73 of file ftploaderthread.cxx.
References m_threadKey.
|
privatedelete |
|
private |
Definition at line 52 of file ftploaderthread.hxx.
Referenced by handle(), and ~FTPLoaderThread().