X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=blobdiff_plain;f=src%2FTools%2Fpadder%2Fmeshjob%2Fidl%2FSPADDERPluginTest.idl;h=b0db5850b8e2bc2a7983267de029f6b0da121f04;hp=0f84e09baa1ef1acd56493b27f99acae40e4916a;hb=fad0945128baf5e8d6642d9805727269db28c4cd;hpb=7a65c9fad427b1ccba6b9ccae612296e5092a324 diff --git a/src/Tools/padder/meshjob/idl/SPADDERPluginTest.idl b/src/Tools/padder/meshjob/idl/SPADDERPluginTest.idl index 0f84e09ba..b0db5850b 100644 --- a/src/Tools/padder/meshjob/idl/SPADDERPluginTest.idl +++ b/src/Tools/padder/meshjob/idl/SPADDERPluginTest.idl @@ -1,4 +1,4 @@ -// Copyright (C) 2011-2015 EDF R&D +// Copyright (C) 2011-2019 EDF R&D // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public @@ -29,7 +29,7 @@ module SPADDERPluginTest { // // ======================================================================== - // Thi module defines an interface provided for testing the usage + // This module defines an interface provided for testing the usage // of SPADDERPlugin components and underlying classes from within a // C++ unit test running in a SALOME container (easy to run from a // python client).. @@ -40,7 +40,7 @@ module SPADDERPluginTest { { void demo(in double a,in double b,out double c) raises (SALOME::SALOME_Exception); boolean testkernel() raises (SALOME::SALOME_Exception); - boolean testsmesh(in long studyId) raises (SALOME::SALOME_Exception); + boolean testsmesh() raises (SALOME::SALOME_Exception); }; };