X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSMESHUtils%2FSMESH_MGLicenseKeyGen.hxx;h=67ab5cef867b292f1167edffb36183b732593b8a;hb=a53a9fc74d7e55460d14ddd79b80006b9c2bd6d5;hp=6f05f5d047aaf16c852ca01dc6f9169c7c1eac03;hpb=2c3f99cda1291807be43ba211393fa2ff6f106ec;p=modules%2Fsmesh.git diff --git a/src/SMESHUtils/SMESH_MGLicenseKeyGen.hxx b/src/SMESHUtils/SMESH_MGLicenseKeyGen.hxx index 6f05f5d04..67ab5cef8 100644 --- a/src/SMESHUtils/SMESH_MGLicenseKeyGen.hxx +++ b/src/SMESHUtils/SMESH_MGLicenseKeyGen.hxx @@ -38,8 +38,11 @@ namespace SMESHUtils_MGLicenseKeyGen // MeshGems 2.13, 2.14 (for CADSurf) SMESHUtils_EXPORT bool SignCAD( void* meshgems_cad, std::string& error ); + // MeshGems 2.15 (for products launched as library) + SMESHUtils_EXPORT bool UnlockProduct( const std::string& product, std::string& error ); + // MeshGems 2.13, 2.14 (for products launched as library) - SMESHUtils_EXPORT bool SignMesh( void* meshgems_mesh, std::string& error ); + SMESHUtils_EXPORT bool SignMesh( void* meshgems_mesh, const std::string& product, std::string& error ); // MeshGems 2.13, 2.14 and 2.15 (for products launched as executables) SMESHUtils_EXPORT std::string GetKey(const std::string& gmfFile, @@ -55,7 +58,8 @@ namespace SMESHUtils_MGLicenseKeyGen SMESHUtils_EXPORT bool CheckKeyGenLibrary( std::string& error ); SMESHUtils_EXPORT std::string GetLibraryName(); - + SMESHUtils_EXPORT int GetMGVersionFromFunction(const char* function_name); + SMESHUtils_EXPORT int GetMGVersionFromEnv(const char* env_variable); SMESHUtils_EXPORT int GetMGVersionHex(std::string& error); SMESHUtils_EXPORT bool NeedsMGSpatialEnvLicense(std::string& error); SMESHUtils_EXPORT bool SetMGSpatialEnvLicense(std::string& error);