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, 5 insertions, 1 deletions
diff --git a/TAO/tao/Utils/Implicit_Deactivator.h b/TAO/tao/Utils/Implicit_Deactivator.h
index bb172759571..68077296726 100644
--- a/TAO/tao/Utils/Implicit_Deactivator.h
+++ b/TAO/tao/Utils/Implicit_Deactivator.h
@@ -1,4 +1,5 @@
// -*- C++ -*-
+
//=============================================================================
/**
* @file Implicit_Deactivator.h
@@ -11,7 +12,7 @@
#ifndef TAO_UTILS_IMPLICIT_DEACTIVATOR_H
#define TAO_UTILS_IMPLICIT_DEACTIVATOR_H
#include /**/ "ace/pre.h"
-#include "utils_export.h"
+#include "tao/Utils/utils_export.h"
#if !defined (ACE_LACKS_PRAGMA_ONCE)
@@ -21,6 +22,7 @@
#include "tao/PortableServer/PortableServer.h"
#include "ace/Auto_Functor.h"
+TAO_BEGIN_VERSIONED_NAMESPACE_DECL
namespace TAO
{
@@ -55,5 +57,7 @@ namespace TAO
} // namespace Utils
} // namespace TAO
+TAO_END_VERSIONED_NAMESPACE_DECL
+
#include /**/ "ace/post.h"
#endif /*TAO_UTILS_IMPLICIT_DEACTIVATOR_H*/