Salome HOME
0054463: Refactor salome_test.py
[modules/kernel.git] / idl / SALOME_PACOExtension.idl
index 437b78113ce8be4b458a9e4139e65535b84d6e5e..ecedde31a1a32d81f3a68b85dae1d2e783c09b3e 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2014  CEA/DEN, EDF R&D, OPEN CASCADE
+// Copyright (C) 2007-2016  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
@@ -39,8 +39,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();
   };