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, 5 insertions, 1 deletions
diff --git a/TAO/tao/RTScheduling/Distributable_Thread.cpp b/TAO/tao/RTScheduling/Distributable_Thread.cpp
index 998aafe3a5d..87c9e02a245 100644
--- a/TAO/tao/RTScheduling/Distributable_Thread.cpp
+++ b/TAO/tao/RTScheduling/Distributable_Thread.cpp
@@ -1,8 +1,10 @@
//$Id$
-#include "Distributable_Thread.h"
+#include "tao/RTScheduling/Distributable_Thread.h"
#include "tao/ORB_Constants.h"
+TAO_BEGIN_VERSIONED_NAMESPACE_DECL
+
TAO_DistributableThread::TAO_DistributableThread (void)
:state_ (RTScheduling::DistributableThread::ACTIVE)
{
@@ -47,3 +49,5 @@ TAO_DistributableThread_Factory::create_DT (void)
return DT;
}
+
+TAO_END_VERSIONED_NAMESPACE_DECL