summaryrefslogtreecommitdiff
path: root/ace/Service_Object.h
diff options
context:
space:
mode:
authorSteve Huston <shuston@riverace.com>2005-02-15 23:07:37 +0000
committerSteve Huston <shuston@riverace.com>2005-02-15 23:07:37 +0000
commit34104cf059eeafbd1382ac7f9315e0c9a4afac2e (patch)
tree929cad045679537bffe42e0311c7d1ac90539359 /ace/Service_Object.h
parent2cf1b9573c6f58e31ad17124620d11875cf8dab9 (diff)
downloadATCD-34104cf059eeafbd1382ac7f9315e0c9a4afac2e.tar.gz
Commit merged-in changes from mainlinePROACTOR_FIXES_STEVE_JAN05
Diffstat (limited to 'ace/Service_Object.h')
-rw-r--r--ace/Service_Object.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/ace/Service_Object.h b/ace/Service_Object.h
index 6cf4379cced..d96e5c59255 100644
--- a/ace/Service_Object.h
+++ b/ace/Service_Object.h
@@ -153,13 +153,13 @@ class ACE_Export ACE_Service_Object_Ptr
{
public:
// = Initialization and termination methods.
- /// Acquire ownership of the <so>.
+ /// Acquire ownership of the @a so.
ACE_Service_Object_Ptr (ACE_Service_Object *so);
- /// Release the held <ACE_Service_Object> by calling its <fini> hook.
+ /// Release the held ACE_Service_Object by calling its <fini> hook.
~ACE_Service_Object_Ptr (void);
- /// Smart pointer to access the underlying <ACE_Service_Object>.
+ /// Smart pointer to access the underlying ACE_Service_Object.
ACE_Service_Object *operator-> ();
private: