summaryrefslogtreecommitdiff
path: root/TAO/tao/AnyTypeCode/Any_Impl_T.inl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/AnyTypeCode/Any_Impl_T.inl')
-rw-r--r--TAO/tao/AnyTypeCode/Any_Impl_T.inl6
1 files changed, 1 insertions, 5 deletions
diff --git a/TAO/tao/AnyTypeCode/Any_Impl_T.inl b/TAO/tao/AnyTypeCode/Any_Impl_T.inl
index 3b5b36ab5ed..1bbeebeea78 100644
--- a/TAO/tao/AnyTypeCode/Any_Impl_T.inl
+++ b/TAO/tao/AnyTypeCode/Any_Impl_T.inl
@@ -1,9 +1,6 @@
-// -*- C++ -*-
-//
+// This may look like C, but it's really -*- C++ -*-
// $Id$
-TAO_BEGIN_VERSIONED_NAMESPACE_DECL
-
// These three are overridden in generated code where appropriate.
template<typename T>
@@ -54,4 +51,3 @@ TAO::Any_Impl_T<T>::value (void) const
return this->value_;
}
-TAO_END_VERSIONED_NAMESPACE_DECL