summaryrefslogtreecommitdiff
path: root/TAO/tao/Valuetype/AbstractBase.inl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Valuetype/AbstractBase.inl')
-rw-r--r--TAO/tao/Valuetype/AbstractBase.inl6
1 files changed, 5 insertions, 1 deletions
diff --git a/TAO/tao/Valuetype/AbstractBase.inl b/TAO/tao/Valuetype/AbstractBase.inl
index 8bc52ccfce3..f3d4dfb60e6 100644
--- a/TAO/tao/Valuetype/AbstractBase.inl
+++ b/TAO/tao/Valuetype/AbstractBase.inl
@@ -4,11 +4,13 @@
#include "ace/OS_NS_string.h"
+TAO_BEGIN_VERSIONED_NAMESPACE_DECL
+
ACE_INLINE
CORBA::AbstractBase_ptr
CORBA::AbstractBase::_nil (void)
{
- return (CORBA::AbstractBase_ptr)0;
+ return static_cast <CORBA::AbstractBase_ptr> (0);
}
ACE_INLINE CORBA::AbstractBase_ptr
@@ -52,3 +54,5 @@ CORBA::AbstractBase::_is_local (void) const
{
return this->is_local_;
}
+
+TAO_END_VERSIONED_NAMESPACE_DECL