summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>2001-02-02 14:20:05 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>2001-02-02 14:20:05 +0000
commit8c82ede2352d6d2991d53cc1b0800dcca1771413 (patch)
tree0666a327ba090f7662a84138f2a37c5ca4e0274f
parent55d588d45a914b2b7be0062f98a560ff67437194 (diff)
downloadATCD-8c82ede2352d6d2991d53cc1b0800dcca1771413.tar.gz
ChangeLogTag:Thu Feb 01 22:00:17 2001 Sharath R. Cholleti <sharath@cs.wustl.edu>
-rw-r--r--ChangeLog6
-rw-r--r--ChangeLogs/ChangeLog-02a6
-rw-r--r--ChangeLogs/ChangeLog-03a6
-rw-r--r--THANKS1
-rw-r--r--ace/OS.i1
5 files changed, 19 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index b7a0e9c8024..a86a99415fa 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -35,6 +35,12 @@ Thu Feb 01 18:23:17 2001 Sharath R. Cholleti <sharath@cs.wustl.edu>
Added the above two projects to the workspace.
+Thu Feb 1 18:13:52 2001 Douglas C. Schmidt <schmidt@ace.cs.wustl.edu>
+
+ * ace/OS.{h,i}: Added a new function to return the number of processors
+ configured on the system. If we can't tell then we return 1.
+ Thanks to Johnny Tucker for contributing this.
+
Thu Feb 1 18:01:26 2001 Luther J Baker <luther@cs.wustl.edu>
* ace/OS.i (mutex_init):
diff --git a/ChangeLogs/ChangeLog-02a b/ChangeLogs/ChangeLog-02a
index b7a0e9c8024..a86a99415fa 100644
--- a/ChangeLogs/ChangeLog-02a
+++ b/ChangeLogs/ChangeLog-02a
@@ -35,6 +35,12 @@ Thu Feb 01 18:23:17 2001 Sharath R. Cholleti <sharath@cs.wustl.edu>
Added the above two projects to the workspace.
+Thu Feb 1 18:13:52 2001 Douglas C. Schmidt <schmidt@ace.cs.wustl.edu>
+
+ * ace/OS.{h,i}: Added a new function to return the number of processors
+ configured on the system. If we can't tell then we return 1.
+ Thanks to Johnny Tucker for contributing this.
+
Thu Feb 1 18:01:26 2001 Luther J Baker <luther@cs.wustl.edu>
* ace/OS.i (mutex_init):
diff --git a/ChangeLogs/ChangeLog-03a b/ChangeLogs/ChangeLog-03a
index b7a0e9c8024..a86a99415fa 100644
--- a/ChangeLogs/ChangeLog-03a
+++ b/ChangeLogs/ChangeLog-03a
@@ -35,6 +35,12 @@ Thu Feb 01 18:23:17 2001 Sharath R. Cholleti <sharath@cs.wustl.edu>
Added the above two projects to the workspace.
+Thu Feb 1 18:13:52 2001 Douglas C. Schmidt <schmidt@ace.cs.wustl.edu>
+
+ * ace/OS.{h,i}: Added a new function to return the number of processors
+ configured on the system. If we can't tell then we return 1.
+ Thanks to Johnny Tucker for contributing this.
+
Thu Feb 1 18:01:26 2001 Luther J Baker <luther@cs.wustl.edu>
* ace/OS.i (mutex_init):
diff --git a/THANKS b/THANKS
index 7ac38dbd4f1..89d0e74dfc0 100644
--- a/THANKS
+++ b/THANKS
@@ -1140,6 +1140,7 @@ Richard Eperjesi <reperjesi@yahoo.com>
Ben Strong <bstrong@bluelark.com>
David Karr <dkarr@bbn.com>
Sathish Tiptur <Sathish.Tiptur@geind.ge.com>
+Frank Hunleth <fhunleth@cs.wustl.edu>
I would particularly like to thank Paul Stephenson, who worked with me
at Ericsson in the early 1990's. Paul devised the recursive Makefile
diff --git a/ace/OS.i b/ace/OS.i
index 946312ad354..59307f53296 100644
--- a/ace/OS.i
+++ b/ace/OS.i
@@ -12104,7 +12104,6 @@ ACE_Countdown_Time::update (void)
return this->stop () == 0 && this->start ();
}
-
#if defined (ACE_WIN32)
ACE_INLINE const OSVERSIONINFO &
ACE_OS::get_win32_versioninfo ()