0025769: Replace BOPCol_Array1 with NCollection_Vector
[occt.git] / src / BOPDS / BOPDS_VectorOfInterfVV.hxx
index fe0dea2..772ae84 100644 (file)
 #ifndef BOPDS_VectorOfInterfVV_HeaderFile
 #define BOPDS_VectorOfInterfVV_HeaderFile
 
-#include <BOPCol_Array1.hxx>
+#include <BOPCol_NCVector.hxx>
 #include <BOPDS_Interf.hxx>
 
-#define BOPCol_Array1_Use_Allocator
-typedef BOPCol_Array1<BOPDS_InterfVV> BOPDS_VectorOfInterfVV;
-#undef BOPCol_Array1_Use_Allocator
+typedef BOPCol_NCVector<BOPDS_InterfVV> BOPDS_VectorOfInterfVV;
 
 #endif