X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=idl%2FSALOME_PACOExtension.idl;h=cb13fd1fa9161c9d2dc660b4bf538532837bc31e;hb=cca842065fd2bb93bae7ed6c32a7de16b06f94d9;hp=37b5a8eef6edf54123f3f0fca3d2b4c7f9c55294;hpb=9a965a48d4bc1a6cd1f73229a91e77b10bffa881;p=modules%2Fkernel.git diff --git a/idl/SALOME_PACOExtension.idl b/idl/SALOME_PACOExtension.idl index 37b5a8eef..cb13fd1fa 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-2020 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 @@ -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(); };