summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-09-18 00:27:24 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-09-18 00:27:24 +0000
commite6ab458e5254959987ef094d2c1088b3a2ac6f4e (patch)
tree64bdb4b89035a0482a640bda1b6f7101f6634b73
parent8426222f212232bb1381f21e12952e8ace0a51d9 (diff)
downloadATCD-e6ab458e5254959987ef094d2c1088b3a2ac6f4e.tar.gz
*** empty log message ***
-rw-r--r--ChangeLog-98b27
1 files changed, 16 insertions, 11 deletions
diff --git a/ChangeLog-98b b/ChangeLog-98b
index 0b9c01251f4..f64d4bf2ad6 100644
--- a/ChangeLog-98b
+++ b/ChangeLog-98b
@@ -1,3 +1,8 @@
+Thu Sep 17 19:27:11 1998 David L. Levine <levine@cs.wustl.edu>
+
+ * ace/OS.cpp (TSS_base,some ACE_PSOS_Time_t functions):
+ removed ACE_INLINE.
+
Thu Sep 17 18:51:08 1998 Carlos O'Ryan <coryan@cs.wustl.edu>
* examples/Reactor/Multicast/server.cpp:
@@ -10,21 +15,21 @@ Thu Sep 17 18:33:19 EDT 1998 James CE Johnson <jcej@lads.com>
* docs/tutorials/002/server.pp
- Added necessary templates for explicit instantiation.
- Thanks to Krishna Padmasola for providing the proper code
- and to Clinton Carr for reminding me to do it!
+ Added necessary templates for explicit instantiation.
+ Thanks to Krishna Padmasola for providing the proper code
+ and to Clinton Carr for reminding me to do it!
Thu Sep 17 11:23:49 1998 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>
- * ace/OS: Modified ACE_THR_FUNC so that its signature is always
- void *(*)(void *). We now have a new type called
- ACE_THR_FUNC_INTERNAL that is defined for each different OS
- platform, e.g., VxWorks, pSoS, et al.
+ * ace/OS: Modified ACE_THR_FUNC so that its signature is always
+ void *(*)(void *). We now have a new type called
+ ACE_THR_FUNC_INTERNAL that is defined for each different OS
+ platform, e.g., VxWorks, pSoS, et al.
- * examples/IPC_SAP/SOCK_SAP/CPP-inserver.cpp (run_server): Oops,
- we can't use ACE_THR_FUNC here since that has a different
- signature on VxWorks. So we'll just expand this a bit. Thanks
- to Raja Ati <rati@jupiter.montereynets.com> for reporting this.
+ * examples/IPC_SAP/SOCK_SAP/CPP-inserver.cpp (run_server): Oops,
+ we can't use ACE_THR_FUNC here since that has a different
+ signature on VxWorks. So we'll just expand this a bit. Thanks
+ to Raja Ati <rati@jupiter.montereynets.com> for reporting this.
Thu Sep 17 09:54:56 1998 David L. Levine <levine@cs.wustl.edu>