Salome HOME
Merge from BR_PORTING_VTK6 01/03/2013
[modules/paravis.git] / src / Plugins / ParaMEDCorba / vtkParaMEDCorbaSource.h
index d4646c6b830857b05a366b7ca06ad6f08f205148..147dcab1b41bb016bd93d552198b328340cf4ca7 100644 (file)
@@ -23,7 +23,7 @@
 
 #include "ParaMEDMEM2VTK_defines.hxx"
 #include "vtkUnstructuredGridAlgorithm.h"
-#include <vtkstd/vector>
+#include <vtksys/stl/vector>
 
 class vtkDoubleArray;
 class vtkUnstructuredGrid;
@@ -36,7 +36,7 @@ namespace ParaMEDMEM2VTK
 class vtkParaMEDCorbaSource : public vtkAlgorithm //
 {
 public:
-  vtkTypeRevisionMacro(vtkParaMEDCorbaSource, vtkAlgorithm);
+  vtkTypeMacro(vtkParaMEDCorbaSource, vtkAlgorithm)
   ParaMEDMEM2VTK_EXPORT static vtkParaMEDCorbaSource* New();
   virtual void PrintSelf( ostream& os, vtkIndent indent );
   const char *GetIORCorba();
@@ -60,7 +60,7 @@ protected:
   int EndPiece;
   int BufferingPolicy;
   vtkUnstructuredGrid *MyDataSet;
-  vtkstd::vector<char> IOR;
+  vtksys_stl::vector<char> IOR;
   ParaMEDMEM2VTK::MEDCouplingMultiFieldsFetcher *mfieldsFetcher;
   //not clean but to avoid to include CORBA.h in this *.h
   static void *Orb;