Salome HOME
updated copyright message
[modules/kernel.git] / idl / SALOME_PACOExtension.idl
old mode 100755 (executable)
new mode 100644 (file)
index 437b781..081d3db
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2014  CEA/DEN, EDF R&D, OPEN CASCADE
+// Copyright (C) 2007-2023  CEA, EDF, OPEN CASCADE
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
@@ -16,8 +16,9 @@
 //
 // See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 //
+
 //  File   : SALOME_PACOExtension.idl
-//  Author : André RIBES, EDF
+//  Author : André RIBES, EDF
 
 #ifndef _SALOME_PACOExtension_IDL_
 #define _SALOME_PACOExtension_IDL_
@@ -39,8 +40,7 @@ module Engines
     // Replicated Method used by the proxy to create
     // a PACO Component
     void create_paco_component_node_instance(in string registeredName,
-                                            in string proxy_containerName,
-                                            in long studyId) raises(SALOME::SALOME_Exception);
+                                            in string proxy_containerName) raises(SALOME::SALOME_Exception);
 
     void updateInstanceNumber();
   };