0024750: Replace instantiations of TCollection generic classes by NCollection templat...
[occt.git] / src / TestTopOpeTools / TestTopOpeTools.cdl
index f49e6dd..256f4c2 100644 (file)
@@ -88,11 +88,9 @@ is
     class Mesure;
     
     pointer PMesure to Mesure from TestTopOpeTools;
-    class Array1OfMesure instantiates Array1 from TCollection
-    (Mesure from TestTopOpeTools);
+    imported Array1OfMesure;
     
-    class HArray1OfMesure instantiates HArray1 from TCollection
-    (Mesure from TestTopOpeTools, Array1OfMesure from TestTopOpeTools);
+    imported transient class HArray1OfMesure;
     
     AllCommands(I : in out Interpretor from Draw);
     ---Purpose: Defines all topological operation test commands