summaryrefslogtreecommitdiff
path: root/TAO/tao/Utils/Implicit_Deactivator.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Utils/Implicit_Deactivator.cpp')
-rw-r--r--TAO/tao/Utils/Implicit_Deactivator.cpp7
1 files changed, 6 insertions, 1 deletions
diff --git a/TAO/tao/Utils/Implicit_Deactivator.cpp b/TAO/tao/Utils/Implicit_Deactivator.cpp
index e5d3c35d594..9e0fb6444f9 100644
--- a/TAO/tao/Utils/Implicit_Deactivator.cpp
+++ b/TAO/tao/Utils/Implicit_Deactivator.cpp
@@ -1,9 +1,12 @@
-#include "Implicit_Deactivator.h"
+#include "tao/Utils/Implicit_Deactivator.h"
#include "tao/PortableServer/Servant_Base.h"
ACE_RCSID (Utils,
Implicit_Deactivator,
"$Id$")
+
+TAO_BEGIN_VERSIONED_NAMESPACE_DECL
+
void
TAO::Utils::Implicit_Deactivation_Functor::operator () (
PortableServer::ServantBase * servant)
@@ -31,3 +34,5 @@ TAO::Utils::Implicit_Deactivation_Functor::operator () (
}
ACE_ENDTRY;
}
+
+TAO_END_VERSIONED_NAMESPACE_DECL