summaryrefslogtreecommitdiff
path: root/TAO/tao/Fixed_Size_Argument_T.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Fixed_Size_Argument_T.h')
-rw-r--r--TAO/tao/Fixed_Size_Argument_T.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/TAO/tao/Fixed_Size_Argument_T.h b/TAO/tao/Fixed_Size_Argument_T.h
index e4bc7c3aa3b..a767b2e2f37 100644
--- a/TAO/tao/Fixed_Size_Argument_T.h
+++ b/TAO/tao/Fixed_Size_Argument_T.h
@@ -1,4 +1,4 @@
-// This may look like C, but it's really -*- C++ -*-
+// -*- C++ -*-
//=============================================================================
/**
@@ -21,6 +21,8 @@
# pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */
+TAO_BEGIN_VERSIONED_NAMESPACE_DECL
+
namespace TAO
{
/**
@@ -121,7 +123,7 @@ namespace TAO
};
/**
- * @struct Basic_Tag
+ * @struct Fixed_Size_Tag
*
* @brief Struct for fixed size IDL type arguments id tag.
*
@@ -152,6 +154,8 @@ namespace TAO
};
}
+TAO_END_VERSIONED_NAMESPACE_DECL
+
#if defined (__ACE_INLINE__)
#include "tao/Fixed_Size_Argument_T.inl"
#endif /* __ACE_INLINE__ */