diff options
author | Ossama Othman <ossama-othman@users.noreply.github.com> | 1999-04-02 01:55:56 +0000 |
---|---|---|
committer | Ossama Othman <ossama-othman@users.noreply.github.com> | 1999-04-02 01:55:56 +0000 |
commit | d98be85772ff8e09f02c18d0f2ad97a47f313507 (patch) | |
tree | d7fa7fd42adf3ea6a0bfa4a9898da212f1a6c3c9 /ace/Containers.h | |
parent | 8d4799b1e3654714db575d657d3e819c78d40a5b (diff) | |
download | ATCD-d98be85772ff8e09f02c18d0f2ad97a47f313507.tar.gz |
Reverted some of the -Weffc++ changes I made.
Diffstat (limited to 'ace/Containers.h')
-rw-r--r-- | ace/Containers.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/ace/Containers.h b/ace/Containers.h index 7f9704e4061..73d73c54b8f 100644 --- a/ace/Containers.h +++ b/ace/Containers.h @@ -54,13 +54,6 @@ public: protected: ACE_DLList_Node (void); - -private: - //ACE_DLList_Node (const ACE_DLList_Node &); - ACE_DLList_Node & operator= (const ACE_DLList_Node & rhs); - // Explicitly disallow use of implicitly generated copy - // constructor and assignment operator to prevent inadvertent - // memory leaks. }; #if defined (__ACE_INLINE__) |