summaryrefslogtreecommitdiff
path: root/TAO/tao/Utils/Implicit_Deactivator.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Utils/Implicit_Deactivator.h')
-rw-r--r--TAO/tao/Utils/Implicit_Deactivator.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/TAO/tao/Utils/Implicit_Deactivator.h b/TAO/tao/Utils/Implicit_Deactivator.h
index 68077296726..bb172759571 100644
--- a/TAO/tao/Utils/Implicit_Deactivator.h
+++ b/TAO/tao/Utils/Implicit_Deactivator.h
@@ -1,5 +1,4 @@
// -*- C++ -*-
-
//=============================================================================
/**
* @file Implicit_Deactivator.h
@@ -12,7 +11,7 @@
#ifndef TAO_UTILS_IMPLICIT_DEACTIVATOR_H
#define TAO_UTILS_IMPLICIT_DEACTIVATOR_H
#include /**/ "ace/pre.h"
-#include "tao/Utils/utils_export.h"
+#include "utils_export.h"
#if !defined (ACE_LACKS_PRAGMA_ONCE)
@@ -22,7 +21,6 @@
#include "tao/PortableServer/PortableServer.h"
#include "ace/Auto_Functor.h"
-TAO_BEGIN_VERSIONED_NAMESPACE_DECL
namespace TAO
{
@@ -57,7 +55,5 @@ namespace TAO
} // namespace Utils
} // namespace TAO
-TAO_END_VERSIONED_NAMESPACE_DECL
-
#include /**/ "ace/post.h"
#endif /*TAO_UTILS_IMPLICIT_DEACTIVATOR_H*/