diff options
Diffstat (limited to 'ace/Filecache.h')
-rw-r--r-- | ace/Filecache.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/ace/Filecache.h b/ace/Filecache.h index 21feace033d..8a392c6f290 100644 --- a/ace/Filecache.h +++ b/ace/Filecache.h @@ -316,12 +316,6 @@ public: }; private: - ACE_Filecache_Object (const ACE_Filecache_Object &); - ACE_Filecache_Object & operator= (const ACE_Filecache_Object & rhs); - // Explicitly disallow use of implicitly generated copy - // constructor and assignment operator to prevent inadvertent - // memory leaks. - char *tempname_; char filename_[MAXPATHLEN + 1]; // The temporary file name and the real file name. The real file is |