summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoryamuna <yamuna@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-07-01 04:33:52 +0000
committeryamuna <yamuna@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-07-01 04:33:52 +0000
commitfd2699a58829acc26fb2b22951378f3bb76f8de0 (patch)
treee8b3ddd892c68ac1ab79cf18db760279cc981601
parent0f685f33074ea7281f8c92e6e1cc256082c3f163 (diff)
downloadATCD-fd2699a58829acc26fb2b22951378f3bb76f8de0.tar.gz
ChangelogTag: Tue Jul 1 00:27:35 2003 Yamuna Krishnamurthy <yamuna@oomworks.com>
-rw-r--r--TAO/ChangeLog7
-rw-r--r--TAO/tao/RTScheduling/Current.cpp5
2 files changed, 10 insertions, 2 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index 4b16291d153..d2ecf024d22 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,10 @@
+Tue Jul 1 00:27:35 2003 Yamuna Krishnamurthy <yamuna@oomworks.com>
+
+ * tao/RTScheduling/Current.cpp:
+
+ Fixed compile errors in Debian SingleThreaded and RH73 GCC32
+ NoInterceptorsNoExceptions builds.
+
Mon Jun 30 16:31:18 2003 Yamuna Krishnamurthy <yamuna@oomworks.com>
* tao/RTScheduling/Request_Interceptor.h:
diff --git a/TAO/tao/RTScheduling/Current.cpp b/TAO/tao/RTScheduling/Current.cpp
index 849fb12f859..01ba7bd8d40 100644
--- a/TAO/tao/RTScheduling/Current.cpp
+++ b/TAO/tao/RTScheduling/Current.cpp
@@ -7,7 +7,7 @@
//#include "ThreadAction.h"
-ACE_Atomic_Op<ACE_Thread_Mutex, long> guid_counter;
+ACE_Atomic_Op<TAO_SYNCH_MUTEX, long> guid_counter;
u_long
TAO_DTId_Hash::operator () (const IdType &id) const
@@ -136,7 +136,8 @@ TAO_RTScheduler_Current::end_scheduling_segment (const char * name
}
RTScheduling::DistributableThread_ptr
-TAO_RTScheduler_Current::lookup(const RTScheduling::Current::IdType & id)
+TAO_RTScheduler_Current::lookup(const RTScheduling::Current::IdType & id
+ ACE_ENV_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException))
{
RTScheduling::DistributableThread_var DT;