diff options
author | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-08-16 00:48:14 +0000 |
---|---|---|
committer | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-08-16 00:48:14 +0000 |
commit | 8f50ba4dd8656f791cb69cdba6cf590d32e7c377 (patch) | |
tree | 3eb6aeb89a5eeb6eb050e4e11579526f5e5f0855 /ace/Service_Object.h | |
parent | f4ad3a1836c8fd4058d104946e0f7b171681492f (diff) | |
download | ATCD-8f50ba4dd8656f791cb69cdba6cf590d32e7c377.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 ac7131b8266..65ab7fe1db3 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 - // <auto_ptr>. It is used in conjunction with statically linked + // <ACE_Auto_Ptr>. It is used in conjunction with statically linked // <ACE_Service_Objects>, as shown in the // ./netsvcs/server/main.cpp example. { |