summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>2007-03-19 17:12:41 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>2007-03-19 17:12:41 +0000
commitb64811525f4637042cf30078a4273e18a3d2baf9 (patch)
tree9e05da35276a2e055cc734f32a6cfa70ed9ecf61
parentedc2a31a1ec25abce356701765680fe68233a386 (diff)
downloadATCD-b64811525f4637042cf30078a4273e18a3d2baf9.tar.gz
ChangeLogTag:Mon
-rw-r--r--ACE/ChangeLog13
-rw-r--r--ACE/THANKS2
-rw-r--r--ACE/docs/Download.html12
-rw-r--r--ACE/tests/Future_Test.cpp7
4 files changed, 21 insertions, 13 deletions
diff --git a/ACE/ChangeLog b/ACE/ChangeLog
index a4a1ce2fabe..ec76cd00d0f 100644
--- a/ACE/ChangeLog
+++ b/ACE/ChangeLog
@@ -1,3 +1,16 @@
+Mon Mar 19 16:37:21 UTC 2007 Douglas C. Schmidt <schmidt@dre.vanderbilt.edu>
+
+ * docs/Download.html: Updated the comments about commercial
+ support so they point to www.dre.vanderbilt.edu/support.html.
+ Thanks to Hans van't Hag <hans dot vanthag at prismtech dot com>
+ for motivating this.
+
+Mon Mar 12 16:19:49 UTC 2007 Douglas C. Schmidt <schmidt@dre.vanderbilt.edu>
+
+ * tests/Future_Test.cpp: Updated this example to point to the
+ right Active Object location. Thanks to Joe French <JFrench at
+ Soneticom dot com> for motivating this.
+
Mon Mar 19 07:53:12 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>
* bin/MakeProjectCreator/config/vc8_warnings.mpb:
diff --git a/ACE/THANKS b/ACE/THANKS
index e23eaaa3d4f..b7274266e1a 100644
--- a/ACE/THANKS
+++ b/ACE/THANKS
@@ -2183,7 +2183,9 @@ Ian C White <Ian_C_White at raytheond dot com>
Dennis Chernoivanov <cdi at tbricks dot com>
Werner Burger <werner dot burger at siemens dot com>
Andres Hurtis <andrej100 at gmail dot com>
+Joe French <JFrench at Soneticom dot com>
M. Arshad Khan <khan dot m dot arshad at gmail dot com>
+Hans van't Hag <hans dot vanthag at prismtech dot 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/ACE/docs/Download.html b/ACE/docs/Download.html
index ba2278aa560..addd55d1733 100644
--- a/ACE/docs/Download.html
+++ b/ACE/docs/Download.html
@@ -317,16 +317,8 @@ please use the links below to download it.
</LI>
<li>ACE+TAO+CIAO source code may be obtained from the
<a href="https://svn.dre.vanderbilt.edu/viewvc/Middleware/trunk/ACE/ACE-INSTALL.html?revision=HEAD#power">Subversion repository</a>.</li>
- <LI>Stable commercially supported versions of ACE are available from
- the Riverace
- <A HREF="http://www.riverace.com/">
- web site</A>.
- </LI>
- <LI>Stable commercially supported versions of TAO are available from
- the OCI
- <A HREF="http://www.theaceorb.com/">
- web site</A>.
- </LI>
+ <LI>Stable commercially supported versions of ACE+TAO are available from
+ <A HREF="http://www.dre.vanderbilt.edu/support.html">several companies</A>.
<LI> Ken Sedgwick's <A HREF="http://dist.bonsai.com/ken/ace_tao_rpm/">Fedora
RPMs</A> for ACE and TAO.
diff --git a/ACE/tests/Future_Test.cpp b/ACE/tests/Future_Test.cpp
index a8798a476ba..8c0090e374d 100644
--- a/ACE/tests/Future_Test.cpp
+++ b/ACE/tests/Future_Test.cpp
@@ -10,9 +10,10 @@
//
// = DESCRIPTION
// This example tests the ACE Future and illustrates an
-// implementation of the Active Object pattern, which is available
-// at <http://www.cs.wustl.edu/~schmidt/Act-Obj.ps.gz>. The
-// Active Object itself is very simple -- it determines if numbers
+// implementation of the Active Object pattern, which is described
+// in the POSA2 book <www.cs.wustl.edu/~schmidt/POSA/> and in a
+// paper at <www.cs.wustl.edu/~schmidt/PDF/Act-Obj.pdf>. The
+// Active Object example here is very simple -- it determines if numbers
// are prime.
//
// = AUTHOR