X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FPlugins%2FParaMEDCorba%2FvtkParaMEDCorbaSource.h;h=147dcab1b41bb016bd93d552198b328340cf4ca7;hb=b72346ef0cb0dafafebe30ccb12d57e2652864bb;hp=d4646c6b830857b05a366b7ca06ad6f08f205148;hpb=37982b1409825752861e76d733cd44e629e3e616;p=modules%2Fparavis.git diff --git a/src/Plugins/ParaMEDCorba/vtkParaMEDCorbaSource.h b/src/Plugins/ParaMEDCorba/vtkParaMEDCorbaSource.h index d4646c6b..147dcab1 100644 --- a/src/Plugins/ParaMEDCorba/vtkParaMEDCorbaSource.h +++ b/src/Plugins/ParaMEDCorba/vtkParaMEDCorbaSource.h @@ -23,7 +23,7 @@ #include "ParaMEDMEM2VTK_defines.hxx" #include "vtkUnstructuredGridAlgorithm.h" -#include +#include 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 IOR; + vtksys_stl::vector IOR; ParaMEDMEM2VTK::MEDCouplingMultiFieldsFetcher *mfieldsFetcher; //not clean but to avoid to include CORBA.h in this *.h static void *Orb;