summaryrefslogtreecommitdiff
path: root/ace/Registry.h
diff options
context:
space:
mode:
authorbrunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-08-15 20:43:50 +0000
committerbrunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-08-15 20:43:50 +0000
commit5c996b297b75c02467f6fe9f7b211719790ce994 (patch)
tree2c3c4715d53ea0b3cf04ec0573b76c9c7254fd92 /ace/Registry.h
parentac8a710f4d07bcc45e94ced3c18705d78bd76161 (diff)
downloadATCD-5c996b297b75c02467f6fe9f7b211719790ce994.tar.gz
Added ACE_HAS_BROKEN_NESTED_TEMPLATES stuff
Diffstat (limited to 'ace/Registry.h')
-rw-r--r--ace/Registry.h9
1 files changed, 7 insertions, 2 deletions
diff --git a/ace/Registry.h b/ace/Registry.h
index b5d04962cd1..9fba1c4aa3c 100644
--- a/ace/Registry.h
+++ b/ace/Registry.h
@@ -530,8 +530,6 @@ public:
};
};
-
-
class ACE_Export ACE_Predefined_Naming_Contexts
// = TITLE
// A factory for predefined registries, which exist by default
@@ -554,5 +552,12 @@ private:
// Check if <machine_name> is the local host
};
+// Fix me! Shouldn't have to define this stuff
+
+#if defined (ACE_HAS_BROKEN_NESTED_TEMPLATES)
+ typedef ACE_Registry::Name_Component Name_Component;
+ typedef ACE_Registry::Binding Binding;
+#endif /* ACE_HAS_BROKEN_NESTED_TEMPLATES */
+
#endif /* ACE_WIN32 */
#endif /* ACE_REGISTRY_H */