0024750: Replace instantiations of TCollection generic classes by NCollection templat...
[occt.git] / src / BinMDF / BinMDF.cdl
index 218232a..529e609 100644 (file)
@@ -50,17 +50,12 @@ is
     private alias StringIdMap is DataMapOfAsciiStringInteger from TColStd;
 
     -- Map (Type, ADriver)
-    class TypeADriverMap instantiates DataMap from TCollection
-        (Type from Standard,
-         ADriver from BinMDF,
-         MapTransientHasher from TColStd);
+    imported TypeADriverMap;
+    imported DataMapIteratorOfTypeADriverMap;
 
     -- Double Map (Type, Integer ID)
-    class TypeIdMap instantiates DoubleMap from TCollection
-        (Type from Standard,
-         Integer from Standard,
-         MapTransientHasher from TColStd,
-         MapIntegerHasher from TColStd);
+    imported TypeIdMap;
+    imported DoubleMapIteratorOfTypeIdMap;
 
     -- Attribute Storage Driver Table.
     class ADriverTable;