Salome HOME
Copyright update 2020
[modules/smesh.git] / src / Tools / padder / meshjob / idl / SPADDERPluginTest.idl
index ff9231b991ce58a170f92779a266e493cdafc7d5..641935b871941f28f4e0bc72329aa9e78681031a 100644 (file)
@@ -1,9 +1,9 @@
-// Copyright (C) 2011-2013  EDF R&D
+// Copyright (C) 2011-2020  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
 // License as published by the Free Software Foundation; either
-// version 2.1 of the License.
+// version 2.1 of the License, or (at your option) any later version.
 //
 // This library is distributed in the hope that it will be useful,
 // but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -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);
   };
 };