summaryrefslogtreecommitdiff
path: root/TAO/tao/RTScheduling/Distributable_Thread.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/RTScheduling/Distributable_Thread.cpp')
-rw-r--r--TAO/tao/RTScheduling/Distributable_Thread.cpp6
1 files changed, 1 insertions, 5 deletions
diff --git a/TAO/tao/RTScheduling/Distributable_Thread.cpp b/TAO/tao/RTScheduling/Distributable_Thread.cpp
index 87c9e02a245..998aafe3a5d 100644
--- a/TAO/tao/RTScheduling/Distributable_Thread.cpp
+++ b/TAO/tao/RTScheduling/Distributable_Thread.cpp
@@ -1,10 +1,8 @@
//$Id$
-#include "tao/RTScheduling/Distributable_Thread.h"
+#include "Distributable_Thread.h"
#include "tao/ORB_Constants.h"
-TAO_BEGIN_VERSIONED_NAMESPACE_DECL
-
TAO_DistributableThread::TAO_DistributableThread (void)
:state_ (RTScheduling::DistributableThread::ACTIVE)
{
@@ -49,5 +47,3 @@ TAO_DistributableThread_Factory::create_DT (void)
return DT;
}
-
-TAO_END_VERSIONED_NAMESPACE_DECL