X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSMESH_SWIG%2FSMeshHelper.i;h=a24255c6b524c94284b71d0d4b4defbad347f8b4;hb=4403c126a0d688d98888156656f1df387a1b1dee;hp=b73a87db93d123246656a1709710d10c44bd6299;hpb=382f2cc4abb2ee8553a911aeb27348e96c39d197;p=modules%2Fsmesh.git diff --git a/src/SMESH_SWIG/SMeshHelper.i b/src/SMESH_SWIG/SMeshHelper.i index b73a87db9..a24255c6b 100644 --- a/src/SMESH_SWIG/SMeshHelper.i +++ b/src/SMESH_SWIG/SMeshHelper.i @@ -1,4 +1,4 @@ -// Copyright (C) 2021 CEA/DEN, EDF R&D, OPEN CASCADE +// Copyright (C) 2021-2022 CEA/DEN, EDF R&D, OPEN CASCADE // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public @@ -27,8 +27,8 @@ %inline { - std::string BuildSMESHInstance() + std::string GetMGLicenseKey(const char* gmfFile) { - return BuildSMESHInstanceInternal(); + return GetMGLicenseKeyImpl( gmfFile ); } }