summaryrefslogtreecommitdiff
path: root/ace/Managed_Object.cpp
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
commit17809232b71b150a8915b9dd56ac562e95858698 (patch)
tree5adf9185b3d2ec40f601bc27964454a1f7dba7dd /ace/Managed_Object.cpp
parent391978835950bdf84e5ba729ca4d31f04255f2da (diff)
downloadATCD-17809232b71b150a8915b9dd56ac562e95858698.tar.gz
(ACE_Cleanup_Adapter): added virtual destructor, needed by some compilers for vtable placement
Diffstat (limited to 'ace/Managed_Object.cpp')
-rw-r--r--ace/Managed_Object.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/ace/Managed_Object.cpp b/ace/Managed_Object.cpp
index 9c915a4366e..8b3680cbe59 100644
--- a/ace/Managed_Object.cpp
+++ b/ace/Managed_Object.cpp
@@ -11,4 +11,9 @@
#include "ace/Managed_Object.i"
#endif /* __ACE_INLINE__ */
+template <class TYPE>
+ACE_Cleanup_Adapter<TYPE>::~ACE_Cleanup_Adapter (void)
+{
+}
+
#endif /* ACE_MANAGED_OBJECT_CPP */