summaryrefslogtreecommitdiff
path: root/include/osl/file.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-02-07 12:26:18 +0100
committerStephan Bergmann <sbergman@redhat.com>2015-02-07 12:36:01 +0100
commit4a2f64620370587161b5437069c2f1d9f3d702d1 (patch)
tree5dac0ae9aaff806b9abe5c120d964abb4c360bed /include/osl/file.hxx
parent034f2e1a2ace6c05e0a9fde192f4929303754544 (diff)
loplugin:deletedspecial
Change-Id: I646d55ee80ceeefbb3647ec64278460cc5af579f
Diffstat (limited to 'include/osl/file.hxx')
-rw-r--r--include/osl/file.hxx16
1 files changed, 8 insertions, 8 deletions
diff --git a/include/osl/file.hxx b/include/osl/file.hxx
index 2c65fcd66e9b..19489484cb3b 100644
--- a/include/osl/file.hxx
+++ b/include/osl/file.hxx
@@ -419,12 +419,12 @@ class VolumeInfo
/** Copy constructor.
*/
- VolumeInfo( VolumeInfo& );
+ VolumeInfo( VolumeInfo& ) SAL_DELETED_FUNCTION;
/** Assginment operator.
*/
- VolumeInfo& operator = ( VolumeInfo& );
+ VolumeInfo& operator = ( VolumeInfo& ) SAL_DELETED_FUNCTION;
public:
@@ -657,12 +657,12 @@ class FileStatus
/** Copy constructor.
*/
- FileStatus( FileStatus& );
+ FileStatus( FileStatus& ) SAL_DELETED_FUNCTION;
/** Assignment operator.
*/
- FileStatus& operator = ( FileStatus& );
+ FileStatus& operator = ( FileStatus& ) SAL_DELETED_FUNCTION;
public:
@@ -911,12 +911,12 @@ class File: public FileBase
/** Copy constructor.
*/
- File( File& );
+ File( File& ) SAL_DELETED_FUNCTION;
/** Assginment operator.
*/
- File& operator = ( File& );
+ File& operator = ( File& ) SAL_DELETED_FUNCTION;
public:
@@ -1654,12 +1654,12 @@ class Directory: public FileBase
/** Copy constructor.
*/
- Directory( Directory& );
+ Directory( Directory& ) SAL_DELETED_FUNCTION;
/** Assignment operator.
*/
- Directory& operator = ( Directory& );
+ Directory& operator = ( Directory& ) SAL_DELETED_FUNCTION;
public: