summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-04-14 14:17:20 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-04-14 14:17:20 +0000
commit54a307fdfe133a0b4a94a676cb4c5ce3871270f6 (patch)
tree0ecaa778a9f0176ddf649420be9dd7c7e8486da8
parentc86db5df0d81d80365372df22cb153d3ca639f33 (diff)
downloadATCD-54a307fdfe133a0b4a94a676cb4c5ce3871270f6.tar.gz
(ACE_Thread_Adapter): added friend class declaration to avoid g++
warning: only defines a private destructor and has no friends
-rw-r--r--ace/OS.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/ace/OS.h b/ace/OS.h
index 5d75eca403f..026942ac666 100644
--- a/ace/OS.h
+++ b/ace/OS.h
@@ -3945,6 +3945,10 @@ private:
int trace_depth_;
// Depth of the nesting for printing traces.
#endif /* ACE_THREADS_DONT_INHERIT_LOG_MSG */
+
+ friend class ACE_Thread_Adapter_Has_Private_Destructor;
+ // Friend declaration to avoid compiler warning: only defines a private
+ // destructor and has no friends.
};
class ACE_Export ACE_OS