From 7fa2478432903b9a8ceeb13b02f2946ae1c64dbf Mon Sep 17 00:00:00 2001 From: Ossama Othman Date: Thu, 1 Apr 1999 23:23:10 +0000 Subject: See my ChangeLog entry from 1 April 1999. --- ace/Trace.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ace/Trace.h') 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. -- cgit v1.2.1