summaryrefslogtreecommitdiff
path: root/ace/Object_Manager.h
diff options
context:
space:
mode:
authorcdgill <cdgill@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-09-01 17:57:41 +0000
committercdgill <cdgill@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-09-01 17:57:41 +0000
commit52d506a41bb7645c30ab37b3d77da33e186fa584 (patch)
treeb16229cb09483756ed9c560111b40ebceaa7fa69 /ace/Object_Manager.h
parent078a293b513620b912af488def022fe20c790f24 (diff)
downloadATCD-52d506a41bb7645c30ab37b3d77da33e186fa584.tar.gz
pSOS Diab and Trimedia compiler port checkin
Diffstat (limited to 'ace/Object_Manager.h')
-rw-r--r--ace/Object_Manager.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/ace/Object_Manager.h b/ace/Object_Manager.h
index 88edc6a33df..56ecd7c78ff 100644
--- a/ace/Object_Manager.h
+++ b/ace/Object_Manager.h
@@ -58,7 +58,13 @@ class ACE_Export ACE_Object_Manager_Base
//
// = DESCRIPTION
// Encapsulates the most useful ACE_Object_Manager data structures.
+# if defined (ACE_PSOS) && defined (__DIAB)
+// the Diab compiler got confused and complained about access rights
+// if this section was protected (changing this to public makes it happy)
+public:
+# else /* ! defined (ACE_PSOS) && defined (__DIAB) */
protected:
+# endif /* ! defined (ACE_PSOS) && defined (__DIAB) */
ACE_Object_Manager_Base (void);
// Default constructor.