loplugin:deletedspecial
Change-Id: I8ec246416736bc0316c222d1b9435bd2747597b8
This commit is contained in:
@@ -51,8 +51,8 @@ public:
|
|||||||
private:
|
private:
|
||||||
class RetryContinuation;
|
class RetryContinuation;
|
||||||
|
|
||||||
InteractionRequest(InteractionRequest &); // not implemented
|
InteractionRequest(InteractionRequest &) SAL_DELETED_FUNCTION;
|
||||||
void operator =(const InteractionRequest&); // not implemented
|
void operator =(const InteractionRequest&) SAL_DELETED_FUNCTION;
|
||||||
|
|
||||||
virtual ~InteractionRequest();
|
virtual ~InteractionRequest();
|
||||||
|
|
||||||
|
@@ -121,8 +121,8 @@ public:
|
|||||||
throw (css::uno::RuntimeException, std::exception) SAL_OVERRIDE;
|
throw (css::uno::RuntimeException, std::exception) SAL_OVERRIDE;
|
||||||
|
|
||||||
private:
|
private:
|
||||||
JavaVirtualMachine(JavaVirtualMachine &); // not implemented
|
JavaVirtualMachine(JavaVirtualMachine &) SAL_DELETED_FUNCTION;
|
||||||
void operator =(const JavaVirtualMachine&); // not implemented
|
void operator =(const JavaVirtualMachine&) SAL_DELETED_FUNCTION;
|
||||||
|
|
||||||
virtual ~JavaVirtualMachine();
|
virtual ~JavaVirtualMachine();
|
||||||
|
|
||||||
|
@@ -88,8 +88,8 @@ public:
|
|||||||
bool m_hasFragment;
|
bool m_hasFragment;
|
||||||
|
|
||||||
private:
|
private:
|
||||||
UriReference(UriReference &); // not implemented
|
UriReference(UriReference &) SAL_DELETED_FUNCTION;
|
||||||
void operator =(UriReference); // not implemented
|
void operator =(UriReference) SAL_DELETED_FUNCTION;
|
||||||
|
|
||||||
void appendSchemeSpecificPart(OUStringBuffer & buffer) const;
|
void appendSchemeSpecificPart(OUStringBuffer & buffer) const;
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user