summaryrefslogtreecommitdiff
path: root/TAO/tests/Sequence_Unit_Tests/range_checking.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Sequence_Unit_Tests/range_checking.hpp')
-rw-r--r--TAO/tests/Sequence_Unit_Tests/range_checking.hpp7
1 files changed, 5 insertions, 2 deletions
diff --git a/TAO/tests/Sequence_Unit_Tests/range_checking.hpp b/TAO/tests/Sequence_Unit_Tests/range_checking.hpp
index 1d73739ea70..85a71af0abc 100644
--- a/TAO/tests/Sequence_Unit_Tests/range_checking.hpp
+++ b/TAO/tests/Sequence_Unit_Tests/range_checking.hpp
@@ -13,13 +13,15 @@
#include "tao/Basic_Types.h"
+TAO_BEGIN_VERSIONED_NAMESPACE_DECL
+
namespace TAO
{
namespace details
{
/**
- * @struct
+ * @struct range_checking
*
* @brief Configurable traits to tradeoff safety vs. performance in
* the implementation of TAO sequences.
@@ -89,7 +91,7 @@ namespace details
* };
* </PRE>
*
- *
+ *
*
* @todo There is no control on a per-sequence type basis, only on a
* per-underlying type basis, for example, the following two IDL
@@ -139,6 +141,7 @@ struct range_checking
} // namespace details
} // namespace TAO
+TAO_END_VERSIONED_NAMESPACE_DECL
#if defined(TAO_USER_DEFINED_SEQUENCE_RANGE_CHECKING_INCLUDE)
# include TAO_USER_DEFINED_SEQUENCE_RANGE_CHECKING_INCLUDE
#endif // TAO_USER_DEFINED_SEQUENCE_RANGE_CHECKING_INCLUDE