summaryrefslogtreecommitdiff
path: root/TAO/tao/RTScheduling/Distributable_Thread.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/RTScheduling/Distributable_Thread.h')
-rw-r--r--TAO/tao/RTScheduling/Distributable_Thread.h12
1 files changed, 10 insertions, 2 deletions
diff --git a/TAO/tao/RTScheduling/Distributable_Thread.h b/TAO/tao/RTScheduling/Distributable_Thread.h
index e73799bc15b..281eb6984cf 100644
--- a/TAO/tao/RTScheduling/Distributable_Thread.h
+++ b/TAO/tao/RTScheduling/Distributable_Thread.h
@@ -1,12 +1,18 @@
+// -*- C++ -*-
+
//$Id$
#ifndef DISTRIBUTABLE_THREAD_H
#define DISTRIBUTABLE_THREAD_H
#include "tao/RTScheduling/RTScheduler.h"
+#include "tao/LocalObject.h"
+
+TAO_BEGIN_VERSIONED_NAMESPACE_DECL
-class TAO_RTScheduler_Export TAO_DistributableThread
-: public RTScheduling::DistributableThread
+class TAO_RTScheduler_Export TAO_DistributableThread:
+ public RTScheduling::DistributableThread,
+ public TAO_Local_RefCounted_Object
{
public:
@@ -32,4 +38,6 @@ public:
static RTScheduling::DistributableThread_ptr create_DT (void);
};
+TAO_END_VERSIONED_NAMESPACE_DECL
+
#endif /*DISTRIBUTABLE_THREAD_H*/