summaryrefslogtreecommitdiff
path: root/pyuno/inc
diff options
context:
space:
mode:
Diffstat (limited to 'pyuno/inc')
-rw-r--r--pyuno/inc/pyuno/pyuno.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/pyuno/inc/pyuno/pyuno.hxx b/pyuno/inc/pyuno/pyuno.hxx
index 140ca1cc7b79..5efa96e8f058 100644
--- a/pyuno/inc/pyuno/pyuno.hxx
+++ b/pyuno/inc/pyuno/pyuno.hxx
@@ -270,8 +270,8 @@ public:
class LO_DLLPUBLIC_PYUNO PyThreadAttach
{
PyThreadState *tstate;
- PyThreadAttach ( const PyThreadAttach & ); // not implemented
- PyThreadAttach & operator = ( const PyThreadAttach & );
+ PyThreadAttach ( const PyThreadAttach & ) SAL_DELETED_FUNCTION;
+ PyThreadAttach & operator = ( const PyThreadAttach & ) SAL_DELETED_FUNCTION;
public:
/** Creates a new python threadstate and acquires the global interpreter lock.
@@ -297,8 +297,8 @@ public:
class LO_DLLPUBLIC_PYUNO PyThreadDetach
{
PyThreadState *tstate;
- PyThreadDetach ( const PyThreadDetach & ); // not implemented
- PyThreadDetach & operator = ( const PyThreadDetach & ); // not implemented
+ PyThreadDetach ( const PyThreadDetach & ) SAL_DELETED_FUNCTION;
+ PyThreadDetach & operator = ( const PyThreadDetach & ) SAL_DELETED_FUNCTION;
public:
/** Releases the global interpreter lock.