summaryrefslogtreecommitdiff
path: root/TAO/tao/AnyTypeCode/Marshal.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/AnyTypeCode/Marshal.cpp')
-rw-r--r--TAO/tao/AnyTypeCode/Marshal.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/TAO/tao/AnyTypeCode/Marshal.cpp b/TAO/tao/AnyTypeCode/Marshal.cpp
index f3cab27779d..22219d0a0e0 100644
--- a/TAO/tao/AnyTypeCode/Marshal.cpp
+++ b/TAO/tao/AnyTypeCode/Marshal.cpp
@@ -32,6 +32,8 @@ ACE_RCSID (tao,
Marshal,
"$Id$")
+TAO_BEGIN_VERSIONED_NAMESPACE_DECL
+
TAO_Marshal_Object::~TAO_Marshal_Object (void)
{
}
@@ -255,3 +257,4 @@ TAO_Marshal_Object::perform_append (CORBA::TypeCode_ptr tc,
}
}
+TAO_END_VERSIONED_NAMESPACE_DECL