diff options
author | Ossama Othman <ossama-othman@users.noreply.github.com> | 1999-04-02 01:59:46 +0000 |
---|---|---|
committer | Ossama Othman <ossama-othman@users.noreply.github.com> | 1999-04-02 01:59:46 +0000 |
commit | 52b11eda396b84f89760d86726aa73343a67fb0b (patch) | |
tree | 45b66264f9bbad07888ce0eeec03426e60e431f1 /ace/Filecache.h | |
parent | d98be85772ff8e09f02c18d0f2ad97a47f313507 (diff) | |
download | ATCD-52b11eda396b84f89760d86726aa73343a67fb0b.tar.gz |
Reverted the changes I made concerning explicitly disabling default
copy constructors and assugnment operators.
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 |