summaryrefslogtreecommitdiff
path: root/TAO/ChangeLog-98c
diff options
context:
space:
mode:
authorcleeland <cleeland@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-04-23 01:47:23 +0000
committercleeland <cleeland@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-04-23 01:47:23 +0000
commit1741649f404eb44495785a7b1b19bba270093d40 (patch)
tree07c2167f99417177c35e145ef7c204d2c183e389 /TAO/ChangeLog-98c
parent35947311a76dd57f4467449633017d52ba45ae05 (diff)
downloadATCD-1741649f404eb44495785a7b1b19bba270093d40.tar.gz
Swept through and hopefully removed the last of the Pthreads stuff
from code. Cross ye fingers!
Diffstat (limited to 'TAO/ChangeLog-98c')
-rw-r--r--TAO/ChangeLog-98c14
1 files changed, 14 insertions, 0 deletions
diff --git a/TAO/ChangeLog-98c b/TAO/ChangeLog-98c
index cf4f5e56bef..01f9da366b7 100644
--- a/TAO/ChangeLog-98c
+++ b/TAO/ChangeLog-98c
@@ -1,5 +1,19 @@
Tue Apr 22 16:15:52 1997 Chris Cleeland <cleeland@cs.wustl.edu>
+ * IIOP/lib/roa.cpp: Removed more POSIX thread calls.
+
+ * IIOP/lib/invoke.cpp: Changed ForceSynchronousCancellation to
+ ACE_Synchronous_Cancellation_Required and made it use the ACE_OS
+ calls.
+
+ * IIOP/lib/{typecode,svrrqst,request,principa,orbobj,nvlist,iiopobj,giop,except,any}.*:
+ Removed all vestiges of pthread mutexes...they are now
+ ACE_Thread_Mutexes. This will likely have to change if we want to
+ compile something completely devoid of threads, but that's another
+ day. Also, the mutexes have moved from being globals to being
+ members on the respective classes. No files should be dependent
+ on thread.hh any longer.
+
* IIOP/lib/connect.cpp (open): Removed code obsoleted by use of
the Strategy_Acceptor.