X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=idl%2FMulComponent.idl;h=be810c493e6be6a3ddd75906744a32c3e35c1aa1;hb=21a6b2f4c38bca896a20e2001bf3dd192d886982;hp=eda62ce23f7c34302dbd9371e3edb2412006f977;hpb=008cd4e3b12166340aa8143903ee8f931b3f844d;p=samples%2Fcomponent.git diff --git a/idl/MulComponent.idl b/idl/MulComponent.idl index eda62ce..be810c4 100644 --- a/idl/MulComponent.idl +++ b/idl/MulComponent.idl @@ -1,28 +1,28 @@ -// Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN, -// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS -// -// This library is free software; you can redistribute it and/or -// modify it under the terms of the GNU Lesser General Public -// License as published by the Free Software Foundation; either -// version 2.1 of the License. -// -// This library is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// You should have received a copy of the GNU Lesser General Public -// License along with this library; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -// -// See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org +// Copyright (C) 2007-2013 CEA/DEN, EDF R&D, OPEN CASCADE // +// Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN, +// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS // +// This library is free software; you can redistribute it and/or +// modify it under the terms of the GNU Lesser General Public +// License as published by the Free Software Foundation; either +// version 2.1 of the License. +// +// This library is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, write to the Free Software +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +// +// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com // -// File : MulComponent.idl -// Author : -// $Header$ +// File : MulComponent.idl +// Author : Jean Rahuel +// #ifndef _MULCOMPONENT_IDL #define _MULCOMPONENT_IDL @@ -30,7 +30,7 @@ module SuperVisionTest { - interface MulComponent : Engines::Component { + interface MulComponent : Engines::EngineComponent { void Mul( in double x , in double y , out double z ) ; } ; };