Salome HOME
fix for parallel compilation with CMake 3.12.1
[modules/smesh.git] / src / MEDWrapper / MED_Factory.hxx
index 3dea6247b324d5dd76871fd30e8f9b12c1f9303d..fe5e0032ce95b60b60600db5c7365d62c707dff1 100644 (file)
@@ -37,13 +37,13 @@ namespace MED
   bool GetMEDVersion( const std::string&, int&, int&, int& );
 
   MEDWRAPPER_EXPORT
-  bool CheckCompatibility( const std::string& );
+  bool CheckCompatibility( const std::string& , bool isForAppend=false);
 
   MEDWRAPPER_EXPORT
   PWrapper CrWrapperR( const std::string& );
 
   MEDWRAPPER_EXPORT
-  PWrapper CrWrapperW( const std::string& );
+  PWrapper CrWrapperW( const std::string&, int theMinor=-1 );
 }
 
 #endif // MED_Factory_HeaderFile