X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FHDFPersist%2FHDFascii.hxx;h=e3a215d28e06da18e6967c1fa9644351a0034c8e;hb=cbeb1b9ad4789b0fe4ea7f8efcaf98f7f8fec2f6;hp=e51edfb309d68ea26adf25358c70f00265c4f6a3;hpb=a3944cdd436acc9de79b63c9a36e4ea193808037;p=modules%2Fkernel.git diff --git a/src/HDFPersist/HDFascii.hxx b/src/HDFPersist/HDFascii.hxx index e51edfb30..e3a215d28 100644 --- a/src/HDFPersist/HDFascii.hxx +++ b/src/HDFPersist/HDFascii.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2008 CEA/DEN, EDF R&D, OPEN CASCADE +// Copyright (C) 2007-2010 CEA/DEN, EDF R&D, OPEN CASCADE // // Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN, // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS @@ -19,6 +19,7 @@ // // See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com // + // File : HDFascii.hxx // Created : Mon Jun 10 16:24:50 2003 // Author : Sergey RUIN @@ -39,7 +40,8 @@ public: bool isReplaced = true, const char* theExtension = NULL); - static char* ConvertFromASCIIToHDF(const char* thePath); + static char* ConvertFromASCIIToHDF(const char* thePath, + bool isReplaced = false); static bool isASCII(const char* thePath); };