summaryrefslogtreecommitdiff
path: root/TAO/tao/RT_ORB.h
diff options
context:
space:
mode:
authorfhunleth <fhunleth@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-02-25 18:25:42 +0000
committerfhunleth <fhunleth@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-02-25 18:25:42 +0000
commit69b29525beefa0912d4da1eb6ffac0cf95893cc1 (patch)
treeb6269dfba707a5fc4b603d79a909fea72120967e /TAO/tao/RT_ORB.h
parent948ffce9f272117b934a95a585f0f279fb8e8688 (diff)
downloadATCD-69b29525beefa0912d4da1eb6ffac0cf95893cc1.tar.gz
ChangeLogTag: Sun Feb 25 12:19:59 2001 Frank Hunleth <fhunleth@cs.wustl.edu>
Diffstat (limited to 'TAO/tao/RT_ORB.h')
-rw-r--r--TAO/tao/RT_ORB.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/TAO/tao/RT_ORB.h b/TAO/tao/RT_ORB.h
index 91b24bcca84..db331d67b21 100644
--- a/TAO/tao/RT_ORB.h
+++ b/TAO/tao/RT_ORB.h
@@ -38,7 +38,7 @@ class TAO_RT_Mutex;
/**
* @class TAO_Named_RT_Mutex_Manager
*
- * @brief Manages the names of RT Mutexes
+ * @brief Manages the names of named and unnamed RT Mutexes
*
*/
@@ -78,6 +78,7 @@ public:
private:
+#if (TAO_HAS_NAMED_RT_MUTEXES == 1)
/// Hash map for named RT Mutexes
ACE_Hash_Map_Manager_Ex<
ACE_CString,
@@ -87,8 +88,10 @@ private:
ACE_Null_Mutex> map_;
TAO_SYNCH_MUTEX lock_;
+#endif /* TAO_HAS_NAMED_RT_MUTEXES == 1 */
};
+
/**
* @class TAO_RT_ORB
*
@@ -245,6 +248,7 @@ protected:
/// mutex_mgr_ manages the names associated with named mutexes.
TAO_Named_RT_Mutex_Manager mutex_mgr_;
+
};
#if defined (__ACE_INLINE__)