summaryrefslogtreecommitdiff
path: root/ace/Containers.h
diff options
context:
space:
mode:
authorcdgill <cdgill@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-09-01 17:57:41 +0000
committercdgill <cdgill@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-09-01 17:57:41 +0000
commit3fc10a9104bee157ca08bf3a2b6b13f3a84e001e (patch)
treeb16229cb09483756ed9c560111b40ebceaa7fa69 /ace/Containers.h
parent23f0b44b100118c52252781445504c4291f58180 (diff)
downloadATCD-3fc10a9104bee157ca08bf3a2b6b13f3a84e001e.tar.gz
pSOS Diab and Trimedia compiler port checkin
Diffstat (limited to 'ace/Containers.h')
-rw-r--r--ace/Containers.h4
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