summaryrefslogtreecommitdiff
path: root/ace/Singleton.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
commit6d4337a975f11f01dcfd9b827be431fba0280768 (patch)
treea49c98ad0d34bcb5a87c9f7fb1a256c7bf4df6dd /ace/Singleton.h
parentfaed5414aa90953190faaaacc4051b5f13d94dc1 (diff)
downloadATCD-6d4337a975f11f01dcfd9b827be431fba0280768.tar.gz
ChangeLogTag:Sat Jul 31 12:07:48 1999 Douglas C. Schmidt <schmidt@mambo.cs.wustl.edu>
Diffstat (limited to 'ace/Singleton.h')
-rw-r--r--ace/Singleton.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ace/Singleton.h b/ace/Singleton.h
index 9bef9acf126..0d3d6d65f74 100644
--- a/ace/Singleton.h
+++ b/ace/Singleton.h
@@ -116,7 +116,7 @@ class ACE_Unmanaged_Singleton : public ACE_Singleton <TYPE, ACE_LOCK>
// destroys the instance. Unlike with <ACE_Singleton>, the
// application is responsible for explicitly destroying the
// instance after it is no longer needed (if it wants to avoid
- // memory leaks, at least). The close () static member function
+ // memory leaks, at least). The <close> static member function
// must be used to explicitly destroy the Singleton.
//
public:
@@ -202,7 +202,7 @@ class ACE_Unmanaged_TSS_Singleton : public ACE_TSS_Singleton <TYPE, ACE_LOCK>
// <ACE_Singleton>, the application is responsible for
// explicitly destroying the instance after it is no longer
// needed (if it wants to avoid memory leaks, at least). The
- // close () static member function must be used to explicitly
+ // <close> static member function must be used to explicitly
// destroy the Singleton.
//
public: