Salome HOME
[salome test] Update list of tests
[modules/paravis.git] / src / Plugins / ParaSMESHCorba / vtkParaSMESHCorbaSource.h
index ae43c9825bce10fbcfe180287bfd2c6ef385f21b..d84504ed5db658053d78b2189a026179bc7f6be8 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2010-2014  CEA/DEN, EDF R&D
+// Copyright (C) 2010-2016  CEA/DEN, EDF R&D
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
@@ -22,7 +22,7 @@
 #define __vtkParaSMESHCorbaSource_h
 
 #include "vtkUnstructuredGridAlgorithm.h"
-#include <vtksys/stl/vector>
+#include <vector>
 
 class vtkParaSMESHCorbaSource: public vtkAlgorithm {
  public:
@@ -39,7 +39,7 @@ protected:
   int FillOutputPortInformation(int vtkNotUsed(port), vtkInformation* info);
   int ProcessRequest(vtkInformation* request, vtkInformationVector** inputVector, vtkInformationVector* outputVector);
   virtual int RequestData( vtkInformation* request, vtkInformationVector** inInfo, vtkInformationVector* outInfo );
-  vtksys_stl::vector<char> IOR;
+  std::vector<char> IOR;
   static void *Orb;
  private:
   vtkParaSMESHCorbaSource( const vtkParaSMESHCorbaSource& ); // Not implemented.