summaryrefslogtreecommitdiff
path: root/TAO/tao/Valuetype/Valuetype_Adapter_Impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Valuetype/Valuetype_Adapter_Impl.h')
-rw-r--r--TAO/tao/Valuetype/Valuetype_Adapter_Impl.h16
1 files changed, 6 insertions, 10 deletions
diff --git a/TAO/tao/Valuetype/Valuetype_Adapter_Impl.h b/TAO/tao/Valuetype/Valuetype_Adapter_Impl.h
index e868321588c..a72771e6972 100644
--- a/TAO/tao/Valuetype/Valuetype_Adapter_Impl.h
+++ b/TAO/tao/Valuetype/Valuetype_Adapter_Impl.h
@@ -1,4 +1,4 @@
-// -*- C++ -*-
+// This may look like C, but it's really -*- C++ -*-
//=============================================================================
/**
@@ -22,12 +22,10 @@
# pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */
-#include "tao/Valuetype/valuetype_export.h"
+#include "valuetype_export.h"
#include "tao/Valuetype_Adapter.h"
-TAO_BEGIN_VERSIONED_NAMESPACE_DECL
-
/**
* @class TAO_Valuetype_Adapter_Impl
*
@@ -41,7 +39,7 @@ class TAO_Valuetype_Export TAO_Valuetype_Adapter_Impl
: public TAO_Valuetype_Adapter
{
public:
-
+ TAO_Valuetype_Adapter_Impl (void);
virtual ~TAO_Valuetype_Adapter_Impl (void);
virtual CORBA::Object_ptr abstractbase_to_object (
@@ -69,14 +67,12 @@ public:
static int Initializer (void);
};
+ACE_STATIC_SVC_DECLARE (TAO_Valuetype_Adapter_Impl)
+ACE_FACTORY_DECLARE (TAO_Valuetype, TAO_Valuetype_Adapter_Impl)
+
static int
TAO_Requires_Valuetype_Initializer =
TAO_Valuetype_Adapter_Impl::Initializer ();
-TAO_END_VERSIONED_NAMESPACE_DECL
-
-ACE_STATIC_SVC_DECLARE (TAO_Valuetype_Adapter_Impl)
-ACE_FACTORY_DECLARE (TAO_Valuetype, TAO_Valuetype_Adapter_Impl)
-
#include /**/ "ace/post.h"
#endif /* TAO_VALUETYPE_ADAPTER_IMPL_H */