summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/ftp/ftploaderthread.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'ucb/source/ucp/ftp/ftploaderthread.hxx')
-rw-r--r--ucb/source/ucp/ftp/ftploaderthread.hxx9
1 files changed, 2 insertions, 7 deletions
diff --git a/ucb/source/ucp/ftp/ftploaderthread.hxx b/ucb/source/ucp/ftp/ftploaderthread.hxx
index 701c973baa00..f955ca9c866c 100644
--- a/ucb/source/ucp/ftp/ftploaderthread.hxx
+++ b/ucb/source/ucp/ftp/ftploaderthread.hxx
@@ -47,13 +47,8 @@ namespace ftp {
private:
-
- /** Don't enable assignment and copy construction.
- * Not defined:
- */
-
- FTPLoaderThread(const FTPLoaderThread&);
- FTPLoaderThread& operator=(const FTPLoaderThread&);
+ FTPLoaderThread(const FTPLoaderThread&) SAL_DELETED_FUNCTION;
+ FTPLoaderThread& operator=(const FTPLoaderThread&) SAL_DELETED_FUNCTION;
oslThreadKey m_threadKey;