summaryrefslogtreecommitdiff
path: root/TAO/tao/Utils/ORB_Destroyer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Utils/ORB_Destroyer.cpp')
-rw-r--r--TAO/tao/Utils/ORB_Destroyer.cpp7
1 files changed, 1 insertions, 6 deletions
diff --git a/TAO/tao/Utils/ORB_Destroyer.cpp b/TAO/tao/Utils/ORB_Destroyer.cpp
index 8b8a74220ff..c3e198c9828 100644
--- a/TAO/tao/Utils/ORB_Destroyer.cpp
+++ b/TAO/tao/Utils/ORB_Destroyer.cpp
@@ -1,12 +1,9 @@
-#include "tao/Utils/ORB_Destroyer.h"
+#include "ORB_Destroyer.h"
ACE_RCSID (Utils,
ORB_Destroyer,
"$Id$")
-
-TAO_BEGIN_VERSIONED_NAMESPACE_DECL
-
void
TAO::Utils::ORB_Destroyer_Functor::operator() (CORBA::ORB_ptr orb)
ACE_THROW_SPEC (())
@@ -23,5 +20,3 @@ TAO::Utils::ORB_Destroyer_Functor::operator() (CORBA::ORB_ptr orb)
}
ACE_ENDTRY;
}
-
-TAO_END_VERSIONED_NAMESPACE_DECL