summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TAO/orbsvcs/orbsvcs/RTCosScheduling/RTCosScheduling_PCP_Manager.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/orbsvcs/orbsvcs/RTCosScheduling/RTCosScheduling_PCP_Manager.cpp b/TAO/orbsvcs/orbsvcs/RTCosScheduling/RTCosScheduling_PCP_Manager.cpp
index 40f3a707b9e..e6bd45686f5 100644
--- a/TAO/orbsvcs/orbsvcs/RTCosScheduling/RTCosScheduling_PCP_Manager.cpp
+++ b/TAO/orbsvcs/orbsvcs/RTCosScheduling/RTCosScheduling_PCP_Manager.cpp
@@ -283,7 +283,7 @@ PCP_Manager::PCP_Manager(CosSchedulingLockList *locks,
current_(current)
{
/// Get the thread ID
- this->threadID_ = (ACE_OS::getpid() << 16) + ACE_Thread::self();
+ this->threadID_ = (ACE_OS::getpid() << 16) + int(ACE_Thread::self());
}
void