Salome HOME
0054463: Refactor salome_test.py
[modules/kernel.git] / idl / SALOME_PACOExtension.idl
index 37b5a8eef6edf54123f3f0fca3d2b4c7f9c55294..ecedde31a1a32d81f3a68b85dae1d2e783c09b3e 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2015  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();
   };