diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2019-01-24 12:37:53 +0100 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2019-01-24 12:37:53 +0100 |
commit | c4a4e15b256663e74736a71d2ff4016289fc985f (patch) | |
tree | 1298c0313327ed22e34b048573189e3311640c52 /ACE/ace/Global_Macros.h | |
parent | 6f2f966de47619c67fa97c7cfdbb76476efe8f2d (diff) | |
download | ATCD-c4a4e15b256663e74736a71d2ff4016289fc985f.tar.gz |
Fixed broken links and updated email address D. Schmidt to the correct one
Diffstat (limited to 'ACE/ace/Global_Macros.h')
-rw-r--r-- | ACE/ace/Global_Macros.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ACE/ace/Global_Macros.h b/ACE/ace/Global_Macros.h index d7649be13fc..ca333768f57 100644 --- a/ACE/ace/Global_Macros.h +++ b/ACE/ace/Global_Macros.h @@ -513,9 +513,9 @@ typedef void (*ACE_Service_Object_Exterminator)(void *); * * The following macros are used to define helper objects used in * ACE's Service Configurator framework, which is described in - * Chapter 5 of C++NPv2 <www.cs.wustl.edu/~schmidt/ACE/book2/>. This + * Chapter 5 of C++NPv2 <www.dre.vanderbilt.edu/~schmidt/ACE/book2/>. This * framework implements the Component Configurator pattern, which is - * described in Chapter 2 of POSA2 <www.cs.wustl.edu/~schmidt/POSA/>. + * described in Chapter 2 of POSA2 <www.dre.vanderbilt.edu/~schmidt/POSA/>. * The intent of this pattern is to allow developers to dynamically * load and configure services into a system. With a little help from * this macros statically linked services can also be dynamically |