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/Trace.h | |
parent | 84b9c202c5e9fb91a38c74e5e78f970655508c59 (diff) | |
download | ATCD-7fa2478432903b9a8ceeb13b02f2946ae1c64dbf.tar.gz |
See my ChangeLog entry from 1 April 1999.
Diffstat (limited to 'ace/Trace.h')
-rw-r--r-- | ace/Trace.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ace/Trace.h b/ace/Trace.h index e0f52b6d2df..0ff0d32a3d6 100644 --- a/ace/Trace.h +++ b/ace/Trace.h @@ -57,6 +57,12 @@ public: // Dump the state of an object. private: + ACE_Trace (const ACE_Trace &); + ACE_Trace & operator= (const ACE_Trace & rhs); + // Explicitly disallow use of implicitly generated copy + // constructor and assignment operator to prevent inadvertent + // memory leaks. + // Keeps track of how deeply the call stack is nested (this is // maintained in thread-specific storage to ensure correctness in // multiple threads of control. |