diff options
author | Steve Huston <shuston@riverace.com> | 2002-11-11 17:58:39 +0000 |
---|---|---|
committer | Steve Huston <shuston@riverace.com> | 2002-11-11 17:58:39 +0000 |
commit | 3b5717092b504954cd686e6209bc5189bc98e8fb (patch) | |
tree | 39d123a82f2c5ce958dffdd88f2fcf5b812119f7 | |
parent | 75b26599e94b3b6224af545e2486812dd31f0013 (diff) | |
download | ATCD-3b5717092b504954cd686e6209bc5189bc98e8fb.tar.gz |
ChangeLogTag:Mon Nov 11 12:52:41 2002 Steve Huston <shuston@riverace.com>
-rw-r--r-- | ChangeLog | 8 | ||||
-rw-r--r-- | ChangeLogs/ChangeLog-03a | 8 | ||||
-rw-r--r-- | THANKS | 1 | ||||
-rw-r--r-- | docs/ACE-subsets.html | 6 |
4 files changed, 23 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index a25fe45f353..da5176ec103 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Mon Nov 11 12:52:41 2002 Steve Huston <shuston@riverace.com> + + * docs/ACE-subsets.html: Added the Timer component to the list of + buildable pieces. Thanks to Jason Pasion <J.Pasion@motorola.com> + for reporting this problem. + + * THANKS: Added Jason Pasion to the Hall of Fame. + Mon Nov 11 12:39:18 2002 Steve Huston <shuston@riverace.com> * ace/FIFO_Send_Msg.cpp (send): When setting iovec length, diff --git a/ChangeLogs/ChangeLog-03a b/ChangeLogs/ChangeLog-03a index a25fe45f353..da5176ec103 100644 --- a/ChangeLogs/ChangeLog-03a +++ b/ChangeLogs/ChangeLog-03a @@ -1,3 +1,11 @@ +Mon Nov 11 12:52:41 2002 Steve Huston <shuston@riverace.com> + + * docs/ACE-subsets.html: Added the Timer component to the list of + buildable pieces. Thanks to Jason Pasion <J.Pasion@motorola.com> + for reporting this problem. + + * THANKS: Added Jason Pasion to the Hall of Fame. + Mon Nov 11 12:39:18 2002 Steve Huston <shuston@riverace.com> * ace/FIFO_Send_Msg.cpp (send): When setting iovec length, @@ -1607,6 +1607,7 @@ Ed Skees <eskees@dctd.saic.com> Marc Alter <marc.alter@fr.thalesgroup.com> Martin Geliot <martin.geliot@baesystems.com> Simon McQueen <sm@prismtechnologies.com> +Jason Pasion <J.Pasion@motorola.com> 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/docs/ACE-subsets.html b/docs/ACE-subsets.html index 902419a7bd1..2b8adbb8080 100644 --- a/docs/ACE-subsets.html +++ b/docs/ACE-subsets.html @@ -120,6 +120,12 @@ This library will depend on <CODE>libACE_OS</CODE> and <DT> <img alt="o" src="http://www.cs.wustl.edu/~schmidt/gifs/misc/redball.gif"> +<CODE>libACE_Timer</CODE> -- This library contains the ACE C++ +wrappers for timer support. This library will depend on +<CODE>libACE_OS</CODE>. <P> + +<DT> <img alt="o" +src="http://www.cs.wustl.edu/~schmidt/gifs/misc/redball.gif"> <CODE>libACE_Svcconf</CODE> -- This library contains the ACE C++ wrappers for the Service Configurator. This library will depend on <CODE>libACE_OS</CODE>, <CODE>libACE_Demux</CODE>, |