X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=idl%2FSALOME_PACOExtension.idl;h=ecedde31a1a32d81f3a68b85dae1d2e783c09b3e;hb=0228e8fb8ae8081f76c262cbfd3e8ae8902aa64b;hp=37b5a8eef6edf54123f3f0fca3d2b4c7f9c55294;hpb=703cf8ca778de35a6b463d4b4fca7c36697d717f;p=modules%2Fkernel.git diff --git a/idl/SALOME_PACOExtension.idl b/idl/SALOME_PACOExtension.idl index 37b5a8eef..ecedde31a 100644 --- a/idl/SALOME_PACOExtension.idl +++ b/idl/SALOME_PACOExtension.idl @@ -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(); };