X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=idl%2FSALOME_PACOExtension.idl;h=cb13fd1fa9161c9d2dc660b4bf538532837bc31e;hb=c8c955453cce431f57c77fc1e80338ae5d2f5889;hp=437b78113ce8be4b458a9e4139e65535b84d6e5e;hpb=63414a08d9492c25c206579c1953ec6f390679fd;p=modules%2Fkernel.git diff --git a/idl/SALOME_PACOExtension.idl b/idl/SALOME_PACOExtension.idl index 437b78113..cb13fd1fa 100644 --- a/idl/SALOME_PACOExtension.idl +++ b/idl/SALOME_PACOExtension.idl @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2014 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(); };