diff options
author | cdgill <cdgill@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-09-01 17:57:41 +0000 |
---|---|---|
committer | cdgill <cdgill@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-09-01 17:57:41 +0000 |
commit | 3fc10a9104bee157ca08bf3a2b6b13f3a84e001e (patch) | |
tree | b16229cb09483756ed9c560111b40ebceaa7fa69 /ace/Containers.h | |
parent | 23f0b44b100118c52252781445504c4291f58180 (diff) | |
download | ATCD-3fc10a9104bee157ca08bf3a2b6b13f3a84e001e.tar.gz |
pSOS Diab and Trimedia compiler port checkin
Diffstat (limited to 'ace/Containers.h')
-rw-r--r-- | ace/Containers.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ace/Containers.h b/ace/Containers.h index 96844f6fd0f..64485b5a49b 100644 --- a/ace/Containers.h +++ b/ace/Containers.h @@ -185,8 +185,10 @@ public: friend class ACE_Unbounded_Stack<T>; friend class ACE_Unbounded_Stack_Iterator<T>; +# if ! defined (ACE_HAS_BROKEN_NOOP_DTORS) ~ACE_Node (void); - // This isn't necessary, but it keeps the compiler happy. + // This isn't necessary, but it keeps some compilers happy. +# endif /* ! defined (ACE_HAS_BROKEN_NOOP_DTORS) */ private: // = Initialization methods |