summaryrefslogtreecommitdiff
path: root/ace/Managed_Object.h
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-10-14 13:02:02 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-10-14 13:02:02 +0000
commit9f65c2c223d012f033a09744976a3a13d4578bfb (patch)
tree5adf9185b3d2ec40f601bc27964454a1f7dba7dd /ace/Managed_Object.h
parent7debe729fb1207156064049d8b47a9577172433d (diff)
downloadATCD-9f65c2c223d012f033a09744976a3a13d4578bfb.tar.gz
(ACE_Cleanup_Adapter): added virtual destructor, needed by some compilers for vtable placement
Diffstat (limited to 'ace/Managed_Object.h')
-rw-r--r--ace/Managed_Object.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/ace/Managed_Object.h b/ace/Managed_Object.h
index f1eb08ffe8c..a9d317e435a 100644
--- a/ace/Managed_Object.h
+++ b/ace/Managed_Object.h
@@ -38,6 +38,9 @@ public:
ACE_Cleanup_Adapter (void);
// Default constructor.
+ virtual ~ACE_Cleanup_Adapter (void);
+ // Virtual destructor, needed by some compilers for vtable placement.
+
TYPE &object (void);
// Accessor for contained object.