0024750: Replace instantiations of TCollection generic classes by NCollection templat...
[occt.git] / src / NLPlate / NLPlate.cdl
index 570af74..06fd6b3 100644 (file)
@@ -34,8 +34,7 @@ is
 --  
 
 -- utilities and internal Classes
-    class StackOfPlate instantiates List from TCollection  
-                                       (Plate from Plate);   
-    class SequenceOfHGPPConstraint instantiates Sequence from TCollection  
-                                       (HGPPConstraint);   
+    imported StackOfPlate;
+    imported ListIteratorOfStackOfPlate;   
+    imported SequenceOfHGPPConstraint;   
 end NLPlate;