diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 2002-07-15 13:03:00 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 2002-07-15 13:03:00 +0000 |
commit | 67749d53a66c5d16838a92883b269dee68bc46de (patch) | |
tree | 6a496b9c23063b639390e57701dd5b21c0545447 | |
parent | bc8feb673aeba31fd0a5200595103ef1fa098074 (diff) | |
download | ATCD-67749d53a66c5d16838a92883b269dee68bc46de.tar.gz |
ChangeLogTag:Sun Jul 14 20:14:16 2002 Douglas C. Schmidt <schmidt@macarena.cs.wustl.edu>
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | ChangeLogs/ChangeLog-03a | 6 | ||||
-rw-r--r-- | FAQ | 8 | ||||
-rw-r--r-- | TAO/orbsvcs/orbsvcs/CosEvent/CEC_Reactive_SupplierControl.h | 2 | ||||
-rw-r--r-- | THANKS | 3 | ||||
-rw-r--r-- | ace/ATM_QoS.cpp | 4 | ||||
-rw-r--r-- | apps/Gateway/README | 2 |
7 files changed, 23 insertions, 8 deletions
diff --git a/ChangeLog b/ChangeLog index c6016e7d61b..f4a941f47b2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Sun Jul 14 20:14:16 2002 Douglas C. Schmidt <schmidt@macarena.cs.wustl.edu> + + * FAQ: Fixed the use of "*.ps.gz" files. Thanks to + Carol Hunsicker <carol.hunsicker@lmco.com> for pointing this + out. + Sun Jul 14 01:55:03 2002 Balachandran Natarajan <bala@cs.wustl.edu> * ace/Message_Block.i (reset_allocators): Reset the allocators in diff --git a/ChangeLogs/ChangeLog-03a b/ChangeLogs/ChangeLog-03a index c6016e7d61b..f4a941f47b2 100644 --- a/ChangeLogs/ChangeLog-03a +++ b/ChangeLogs/ChangeLog-03a @@ -1,3 +1,9 @@ +Sun Jul 14 20:14:16 2002 Douglas C. Schmidt <schmidt@macarena.cs.wustl.edu> + + * FAQ: Fixed the use of "*.ps.gz" files. Thanks to + Carol Hunsicker <carol.hunsicker@lmco.com> for pointing this + out. + Sun Jul 14 01:55:03 2002 Balachandran Natarajan <bala@cs.wustl.edu> * ace/Message_Block.i (reset_allocators): Reset the allocators in @@ -1328,7 +1328,7 @@ UNIX system calls directly (regardless of whether you use ACE or not). to maintain software. Sockets and TLI are *incredibly* error-prone and tedious to use, in addition to being non-portable. I've got a paper that discusses this in detail - at URL http://www.cs.wustl.edu/~schmidt/COOTS-95.ps.gz. + at URL http://www.cs.wustl.edu/~schmidt/PDF/COOTS-95.pdf 3. Incorporation with higher-level patterns and programming methods -- @@ -1584,7 +1584,7 @@ plus many more. You can find out more info about the ACE/CORBA integration and the performance issues associated with it in the following paper: -http://www.cs.wustl.edu/~schmidt/COOTS-96.ps.gz +http://www.cs.wustl.edu/~schmidt/PDF/COOTS-96.pdf ---------------------------------------- @@ -1639,10 +1639,10 @@ design: 1. $ACE_ROOT/apps/Gateway/Gateway/Channel.cpp -- This Gateway application example shows the C++ code. - 2. http://www.cs.wustl.edu/~schmidt/TAPOS-95.ps.gz -- + 2. http://www.cs.wustl.edu/~schmidt/PDF/TAPOS-00.pdf -- This paper describes the underlying patterns. - 3. http://www.cs.wustl.edu/~schmidt/OONP-tutorial4.ps.gz + 3. http://www.cs.wustl.edu/~schmidt/PDF/OONP-tutorial4.pdf -- This tutorial explains the source code and the patterns. diff --git a/TAO/orbsvcs/orbsvcs/CosEvent/CEC_Reactive_SupplierControl.h b/TAO/orbsvcs/orbsvcs/CosEvent/CEC_Reactive_SupplierControl.h index f0a4ba4eba9..4e3ded21baf 100644 --- a/TAO/orbsvcs/orbsvcs/CosEvent/CEC_Reactive_SupplierControl.h +++ b/TAO/orbsvcs/orbsvcs/CosEvent/CEC_Reactive_SupplierControl.h @@ -1,4 +1,5 @@ /* -*- C++ -*- */ + //============================================================================= /** * @file CEC_Reactive_SupplierControl.h @@ -13,7 +14,6 @@ */ //============================================================================= - #ifndef TAO_CEC_REACTIVE_SUPPLIERCONTROL_H #define TAO_CEC_REACTIVE_SUPPLIERCONTROL_H #include "ace/pre.h" @@ -1536,10 +1536,13 @@ Shanliang Cheng <shanliang@huawei.com> Andy Ling <Andy.Ling@Quantel.Com> Stephen Howard <stephen.e.howard@lmco.com> Carsten T. Nielsen <ctn@maerskdatadefence.dk> +Adee Ran <adeeran@yahoo.com> <rjgebis@hotmailer.com> Davide Pasetto <dipo@sis.it> Michael Hornok <Michael.Hornok@alcatel.com> W.M. van den Boogaard <wim.vd.boogaard@meco.nl> +Carol Hunsicker <carol.hunsicker@lmco.com> +Joseph Sarbak <joseph_t_sarbak@hotmail.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/ATM_QoS.cpp b/ace/ATM_QoS.cpp index f8d4a8838b8..ffdfe21413f 100644 --- a/ace/ATM_QoS.cpp +++ b/ace/ATM_QoS.cpp @@ -196,8 +196,8 @@ ACE_ATM_QoS::ACE_ATM_QoS(int rate, 15, ACE_DEFAULT_THREAD_PRIORITY ); - qos_.sending_flowspec( send_fspec ); - qos_.receiving_flowspec( recv_fspec ); + qos_.sending_flowspec (send_fspec); + qos_.receiving_flowspec (recv_fspec); #elif defined (ACE_HAS_FORE_ATM_XTI) ACE_UNUSED_ARG (rate); ACE_UNUSED_ARG (pktSize); diff --git a/apps/Gateway/README b/apps/Gateway/README index 2fe4e79c372..09a04814536 100644 --- a/apps/Gateway/README +++ b/apps/Gateway/README @@ -10,7 +10,7 @@ distributed system. You can get a paper that explains the patterns used in this implementation at the following WWW URL: -http://www.cs.wustl.edu/~schmidt/TAPOS-95.ps.gz +http://www.cs.wustl.edu/~schmidt/PDF/TAPOS-00.pdf ---------------------------------------- |