summaryrefslogtreecommitdiff
path: root/ace/Service_Object.h
diff options
context:
space:
mode:
authornanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-04-27 16:49:21 +0000
committernanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-04-27 16:49:21 +0000
commit2ea6b7c1e1034d79064af4da88a1fbef5d374736 (patch)
tree1284812df8683b7b579f21aa3ef6815310fbef13 /ace/Service_Object.h
parent978aab2e48368f7ca2b9f7bdd962d20d1adec0d2 (diff)
downloadATCD-2ea6b7c1e1034d79064af4da88a1fbef5d374736.tar.gz
Added comments for ACE_Service_Object_Ptr.
Diffstat (limited to 'ace/Service_Object.h')
-rw-r--r--ace/Service_Object.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/ace/Service_Object.h b/ace/Service_Object.h
index a5e285c9a37..1c030643ddc 100644
--- a/ace/Service_Object.h
+++ b/ace/Service_Object.h
@@ -118,13 +118,14 @@ class ACE_Export ACE_Service_Object_Ptr
// = TITLE
// This is a smart pointer that holds onto the associated
// <ACE_Service_Object> * until the current scope is left, at
- // which point the object's <fini> hook is called.
+ // which point the object's <fini> hook is called and the
+ // service_object_ gets deleted.
//
// = DESCRIPTION
// This class is similar to the Standard C++ Library class
// <auto_ptr>. It is used in conjunction with statically linked
// <ACE_Service_Objects>, as shown in the
- // ./netsvcs/server/main.cpp example.
+ // ./netsvcs/server/main.cpp example.
public:
// = Initialization and termination methods.
ACE_Service_Object_Ptr (ACE_Service_Object *so);