summaryrefslogtreecommitdiff
path: root/TAO/tao/Valuetype/ValueBase.inl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Valuetype/ValueBase.inl')
-rw-r--r--TAO/tao/Valuetype/ValueBase.inl4
1 files changed, 4 insertions, 0 deletions
diff --git a/TAO/tao/Valuetype/ValueBase.inl b/TAO/tao/Valuetype/ValueBase.inl
index 3b7d66658b5..2d15b4a0d19 100644
--- a/TAO/tao/Valuetype/ValueBase.inl
+++ b/TAO/tao/Valuetype/ValueBase.inl
@@ -4,6 +4,8 @@
// Detection of flags in the CDR Stream
+TAO_BEGIN_VERSIONED_NAMESPACE_DECL
+
ACE_INLINE CORBA::Boolean
TAO_OBV_GIOP_Flags::is_null_ref (CORBA::ULong tag)
{
@@ -69,3 +71,5 @@ TAO_OBV_GIOP_Flags::is_end_tag (CORBA::ULong tag)
{
return (0x80000000L < tag);
}
+
+TAO_END_VERSIONED_NAMESPACE_DECL