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 | 52d506a41bb7645c30ab37b3d77da33e186fa584 (patch) | |
tree | b16229cb09483756ed9c560111b40ebceaa7fa69 /ace/Containers.h | |
parent | 078a293b513620b912af488def022fe20c790f24 (diff) | |
download | ATCD-52d506a41bb7645c30ab37b3d77da33e186fa584.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 |