summaryrefslogtreecommitdiff
path: root/TAO/tao/Valuetype/ValueBase.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Valuetype/ValueBase.h')
-rw-r--r--TAO/tao/Valuetype/ValueBase.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/TAO/tao/Valuetype/ValueBase.h b/TAO/tao/Valuetype/ValueBase.h
index 55360627f05..745bfad5d53 100644
--- a/TAO/tao/Valuetype/ValueBase.h
+++ b/TAO/tao/Valuetype/ValueBase.h
@@ -41,8 +41,6 @@
#endif
#define TAO_EXPORT_MACRO TAO_Valuetype_Export
-TAO_BEGIN_VERSIONED_NAMESPACE_DECL
-
namespace CORBA
{
class ValueFactoryBase;
@@ -233,6 +231,7 @@ namespace TAO
{
};
+
template<>
struct TAO_Valuetype_Export Value_Traits<CORBA::ValueBase>
{
@@ -245,10 +244,8 @@ namespace TAO
};
}
-TAO_END_VERSIONED_NAMESPACE_DECL
-
#if defined (__ACE_INLINE__)
-# include "tao/Valuetype/ValueBase.inl"
+# include "ValueBase.inl"
#endif /* __ACE_INLINE__*/
#include /**/ "ace/post.h"