diff options
author | Ossama Othman <ossama-othman@users.noreply.github.com> | 1999-04-01 23:23:10 +0000 |
---|---|---|
committer | Ossama Othman <ossama-othman@users.noreply.github.com> | 1999-04-01 23:23:10 +0000 |
commit | 7fa2478432903b9a8ceeb13b02f2946ae1c64dbf (patch) | |
tree | 92f31e65c54fd4ddef14531a8384b12374e2e5ab /ace/Synch_Options.h | |
parent | 84b9c202c5e9fb91a38c74e5e78f970655508c59 (diff) | |
download | ATCD-7fa2478432903b9a8ceeb13b02f2946ae1c64dbf.tar.gz |
See my ChangeLog entry from 1 April 1999.
Diffstat (limited to 'ace/Synch_Options.h')
-rw-r--r-- | ace/Synch_Options.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ace/Synch_Options.h b/ace/Synch_Options.h index 2b40bf5d9e3..2e3cb86f53e 100644 --- a/ace/Synch_Options.h +++ b/ace/Synch_Options.h @@ -128,6 +128,12 @@ public: // Declare the dynamic allocation hooks. private: + // ACE_Synch_Options (const ACE_Synch_Options &); + ACE_Synch_Options & operator= (const ACE_Synch_Options & rhs); + // Explicitly disallow use of implicitly generated copy + // constructor and assignment operator to prevent inadvertent + // memory leaks. + u_long options_; // Keeps track of the enabled options. |