summaryrefslogtreecommitdiff
path: root/TAO/tao/IORManipulation/IORManip_Loader.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/IORManipulation/IORManip_Loader.h')
-rw-r--r--TAO/tao/IORManipulation/IORManip_Loader.h16
1 files changed, 6 insertions, 10 deletions
diff --git a/TAO/tao/IORManipulation/IORManip_Loader.h b/TAO/tao/IORManipulation/IORManip_Loader.h
index fc45a394fae..f01484f7690 100644
--- a/TAO/tao/IORManipulation/IORManip_Loader.h
+++ b/TAO/tao/IORManipulation/IORManip_Loader.h
@@ -1,4 +1,4 @@
-// -*- C++ -*-
+/* -*- C++ -*- */
// $Id$
@@ -19,7 +19,7 @@
#define TAO_IORMANIP_LOADER_H
#include /**/ "ace/pre.h"
-#include "tao/IORManipulation/ior_manip_export.h"
+#include "ior_manip_export.h"
#include "tao/Object_Loader.h"
#include "ace/Service_Config.h"
@@ -27,8 +27,6 @@
# pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */
-TAO_BEGIN_VERSIONED_NAMESPACE_DECL
-
class TAO_IORManip_Export TAO_IORManip_Loader : public TAO_Object_Loader
{
public:
@@ -46,16 +44,14 @@ public:
static int Initializer (void);
};
-static int
-TAO_Requires_IORManip_Initializer = TAO_IORManip_Loader::Initializer ();
-
-TAO_END_VERSIONED_NAMESPACE_DECL
-
ACE_STATIC_SVC_DECLARE (TAO_IORManip_Loader)
ACE_FACTORY_DECLARE (TAO_IORManip, TAO_IORManip_Loader)
+static int
+TAO_Requires_IORManip_Initializer = TAO_IORManip_Loader::Initializer ();
+
#define TAO_IORMANIP_SAFE_INCLUDE
-#include "tao/IORManipulation/IORC.h"
+#include "IORC.h"
#undef TAO_IORMANIP_SAFE_INCLUDE
#include /**/ "ace/post.h"