summaryrefslogtreecommitdiff
path: root/ace/Service_Object.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Service_Object.h')
-rw-r--r--ace/Service_Object.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ace/Service_Object.h b/ace/Service_Object.h
index e6e9817345b..4a54586ec68 100644
--- a/ace/Service_Object.h
+++ b/ace/Service_Object.h
@@ -96,7 +96,7 @@ public:
void active (int);
void fini (void);
- // Calls fini() on <type_>
+ // Calls <fini> on <type_>
int fini_called (void) const;
// Check if the service has been fini'ed.
@@ -127,7 +127,7 @@ private:
// 1 if svc is currently active, otherwise 0.
int fini_already_called_;
- // 1 if fini() on <type_> has already been called, otherwise 0.
+ // 1 if <fini> on <type_> has already been called, otherwise 0.
};
class ACE_Export ACE_Service_Object_Ptr