summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-06-16 19:39:19 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-06-16 19:39:19 +0000
commit034e11886589e097acd03c1a306b1eee3abc6775 (patch)
treea2504a6987f9a2a9ee105674e20c282a9b3beda5
parentee139fa16db7103f7cedd5ffd8e91c1e06b39cc1 (diff)
downloadATCD-034e11886589e097acd03c1a306b1eee3abc6775.tar.gz
fixed ACE_Object_Manager_Base comments, and removed spurious public:
-rw-r--r--ace/OS.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/ace/OS.h b/ace/OS.h
index c51c26fb67e..f0c0e14b268 100644
--- a/ace/OS.h
+++ b/ace/OS.h
@@ -6361,7 +6361,6 @@ class ACE_Export ACE_Object_Manager_Base
//
// = DESCRIPTION
// Encapsulates the most useful ACE_Object_Manager data structures.
-public:
# if (defined (ACE_PSOS) && defined (__DIAB)) || \
(defined (__DECCXX_VER) && __DECCXX_VER < 60000000)
// The Diab compiler got confused and complained about access rights
@@ -6463,10 +6462,9 @@ public:
ACE_TSS_BASE_LOCK,
# endif /* ACE_HAS_TSS_EMULATION && ACE_HAS_THREAD_SPECIFIC_STORAGE */
# else
- // There currently are no preallocated arrays in the ACE
- // library. If the application doesn't have any, make sure
- // the the preallocated_array size is at least one by declaring
- // this dummy . . .
+ // Without ACE_MT_SAFE, There are no preallocated objects. Make
+ // sure that the preallocated_array size is at least one by
+ // declaring this dummy . . .
ACE_OS_EMPTY_PREALLOCATED_OBJECT,
# endif /* ACE_MT_SAFE */