summaryrefslogtreecommitdiff
path: root/TAO/tao/TypeCode.inl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/TypeCode.inl')
-rw-r--r--TAO/tao/TypeCode.inl5
1 files changed, 5 insertions, 0 deletions
diff --git a/TAO/tao/TypeCode.inl b/TAO/tao/TypeCode.inl
index dbeb41eaf1a..57108a5c009 100644
--- a/TAO/tao/TypeCode.inl
+++ b/TAO/tao/TypeCode.inl
@@ -27,6 +27,11 @@ CORBA::TypeCode::TypeCode (void)
{
}
+ACE_INLINE
+CORBA::TypeCode::~TypeCode (void)
+{
+}
+
ACE_INLINE CORBA::TypeCode_ptr
CORBA::TypeCode::_duplicate (CORBA::TypeCode_ptr tc)
{