Kaydet (Commit) be90769d authored tarafından Stephan Bergmann's avatar Stephan Bergmann

loplugin:deletedspecial

Change-Id: If27afeb618435bb1d0d69cad26942ce6dd2cdb92
üst 6a161173
...@@ -270,8 +270,8 @@ public: ...@@ -270,8 +270,8 @@ public:
class LO_DLLPUBLIC_PYUNO PyThreadAttach class LO_DLLPUBLIC_PYUNO PyThreadAttach
{ {
PyThreadState *tstate; PyThreadState *tstate;
PyThreadAttach ( const PyThreadAttach & ); // not implemented PyThreadAttach ( const PyThreadAttach & ) SAL_DELETED_FUNCTION;
PyThreadAttach & operator = ( const PyThreadAttach & ); PyThreadAttach & operator = ( const PyThreadAttach & ) SAL_DELETED_FUNCTION;
public: public:
/** Creates a new python threadstate and acquires the global interpreter lock. /** Creates a new python threadstate and acquires the global interpreter lock.
...@@ -297,8 +297,8 @@ public: ...@@ -297,8 +297,8 @@ public:
class LO_DLLPUBLIC_PYUNO PyThreadDetach class LO_DLLPUBLIC_PYUNO PyThreadDetach
{ {
PyThreadState *tstate; PyThreadState *tstate;
PyThreadDetach ( const PyThreadDetach & ); // not implemented PyThreadDetach ( const PyThreadDetach & ) SAL_DELETED_FUNCTION;
PyThreadDetach & operator = ( const PyThreadDetach & ); // not implemented PyThreadDetach & operator = ( const PyThreadDetach & ) SAL_DELETED_FUNCTION;
public: public:
/** Releases the global interpreter lock. /** Releases the global interpreter lock.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment