summaryrefslogtreecommitdiff
path: root/ACE/ace/Object_Manager.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2007-10-02 17:29:05 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2007-10-02 17:29:05 +0000
commite91577bca0483d85ef023a041fc95c9362c7a638 (patch)
tree64596e89fe88b295568485b641ece20ff2ef9594 /ACE/ace/Object_Manager.h
parent6249290fa983e204625fbd5b52a7a3c68ff8976c (diff)
downloadATCD-e91577bca0483d85ef023a041fc95c9362c7a638.tar.gz
Tue Oct 2 17:06:15 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'ACE/ace/Object_Manager.h')
-rw-r--r--ACE/ace/Object_Manager.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/ACE/ace/Object_Manager.h b/ACE/ace/Object_Manager.h
index 62b3ef374ec..b330fe16e84 100644
--- a/ACE/ace/Object_Manager.h
+++ b/ACE/ace/Object_Manager.h
@@ -347,35 +347,35 @@ public:
/**
* Accesses an ACE_Null_Mutex to be used for construction of
- * <ACE_Singletons>. Returns 0, and the lock in the argument, on
+ * ACE_Singletons. Returns 0, and the lock in the argument, on
* success; returns -1 on failure.
*/
static int get_singleton_lock (ACE_Null_Mutex *&);
/**
* Accesses a non-recursive ACE_Thread_Mutex to be used for
- * construction of <ACE_Singletons>. Returns 0, and the lock in the
+ * construction of ACE_Singletons. Returns 0, and the lock in the
* argument, on success; returns -1 on failure.
*/
static int get_singleton_lock (ACE_Thread_Mutex *&);
/**
* Accesses a non-recursive ACE_Mutex to be used for construction
- * of <ACE_Singletons>. Returns 0, and the lock in the argument, on
+ * of ACE_Singletons. Returns 0, and the lock in the argument, on
* success; returns -1 on failure.
*/
static int get_singleton_lock (ACE_Mutex *&);
/**
* Accesses a recursive ACE_Recursive_Thread_Mutex to be used for
- * construction of <ACE_Singletons>. Returns 0, and the lock in the
+ * construction of ACE_Singletons. Returns 0, and the lock in the
* argument, on success; returns -1 on failure.
*/
static int get_singleton_lock (ACE_Recursive_Thread_Mutex *&);
/**
* Accesses a readers/writer ACE_RW_Thread_Mutex to be used for
- * construction of <ACE_Singletons>. Returns 0, and the lock in the
+ * construction of ACE_Singletons. Returns 0, and the lock in the
* argument, on success; returns -1 on failure.
*/
static int get_singleton_lock (ACE_RW_Thread_Mutex *&);