summaryrefslogtreecommitdiff
path: root/ace/Service_Object.h
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1999-07-31 22:18:20 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1999-07-31 22:18:20 +0000
commit10f1729b65638f3f273f523861dd547ec6832e5f (patch)
treea49c98ad0d34bcb5a87c9f7fb1a256c7bf4df6dd /ace/Service_Object.h
parent3e172150a24e32f471d10eb9a60eebb599de6f81 (diff)
downloadATCD-10f1729b65638f3f273f523861dd547ec6832e5f.tar.gz
ChangeLogTag:Sat Jul 31 12:07:48 1999 Douglas C. Schmidt <schmidt@mambo.cs.wustl.edu>
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