summaryrefslogtreecommitdiff
path: root/TAO/tao/RTPortableServer/RTPortableServer.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/RTPortableServer/RTPortableServer.h')
-rw-r--r--TAO/tao/RTPortableServer/RTPortableServer.h11
1 files changed, 3 insertions, 8 deletions
diff --git a/TAO/tao/RTPortableServer/RTPortableServer.h b/TAO/tao/RTPortableServer/RTPortableServer.h
index 82e605cccba..8202b682ad6 100644
--- a/TAO/tao/RTPortableServer/RTPortableServer.h
+++ b/TAO/tao/RTPortableServer/RTPortableServer.h
@@ -1,5 +1,4 @@
-// -*- C++ -*-
-
+/* -*- C++ -*- */
//=============================================================================
/**
* @file RTPortableServer.h
@@ -15,7 +14,7 @@
#include /**/ "ace/pre.h"
-#include "tao/RTPortableServer/rtportableserver_export.h"
+#include "rtportableserver_export.h"
#include "tao/orbconf.h"
#if defined (TAO_HAS_CORBA_MESSAGING) && TAO_HAS_CORBA_MESSAGING != 0
@@ -26,8 +25,6 @@
#include "tao/RTCORBA/RTCORBA.h"
-TAO_BEGIN_VERSIONED_NAMESPACE_DECL
-
class TAO_RTPortableServer_Export TAO_RTPortableServer_Initializer
{
public:
@@ -37,10 +34,8 @@ public:
static TAO_RTPortableServer_Initializer TAO_RTPortableServer_initializer;
-TAO_END_VERSIONED_NAMESPACE_DECL
-
#define TAO_RT_PORTABLESERVER_SAFE_INCLUDE
-#include "tao/RTPortableServer/RTPortableServerC.h"
+#include "RTPortableServerC.h"
#undef TAO_RT_PORTABLESERVER_SAFE_INCLUDE
#endif /* TAO_HAS_CORBA_MESSAGING && TAO_HAS_CORBA_MESSAGING != 0 */