diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-08-16 15:10:18 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-08-16 15:10:18 +0000 |
commit | bbd109640d28074f80c3971b2b6d1883e9c6ddf4 (patch) | |
tree | e2850f2f5e3029317dda4233179cf792edeaa1dc /ace/Service_Object.h | |
parent | 50887b7ab365f7114480839a0210c714c17d4296 (diff) | |
download | ATCD-bbd109640d28074f80c3971b2b6d1883e9c6ddf4.tar.gz |
*** empty log message ***
Diffstat (limited to 'ace/Service_Object.h')
-rw-r--r-- | ace/Service_Object.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/Service_Object.h b/ace/Service_Object.h index 65ab7fe1db3..ac7131b8266 100644 --- a/ace/Service_Object.h +++ b/ace/Service_Object.h @@ -94,7 +94,7 @@ class ACE_Export ACE_Service_Object_Ptr // // = DESCRIPTION // This class is similar to the Standard C++ Library class - // <ACE_Auto_Ptr>. It is used in conjunction with statically linked + // <auto_ptr>. It is used in conjunction with statically linked // <ACE_Service_Objects>, as shown in the // ./netsvcs/server/main.cpp example. { |