X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=idl%2FTypesCheck.idl;h=d4762acebc02d6824486f34c5f30bf63d0831657;hb=5374090b3a9e3473eaf3e690b134967a735531a1;hp=394b806eb3d17c49b61f0094201a3fa342c97ac4;hpb=6d0c1ca22def0699d53ccf0134cda0f2186eccfe;p=samples%2Fcomponent.git diff --git a/idl/TypesCheck.idl b/idl/TypesCheck.idl index 394b806..d4762ac 100644 --- a/idl/TypesCheck.idl +++ b/idl/TypesCheck.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 : TypesCheck.idl // Author : Jean Rahuel -// $Header: - +// #ifndef __TYPESCHECK_IDL__ #define __TYPESCHECK_IDL__ @@ -34,7 +34,7 @@ module SuperVisionTest { - interface TypesCheck : Engines::Component { + interface TypesCheck : Engines::EngineComponent { void StringCheck( in string InString , out string OutString ) ; @@ -59,4 +59,3 @@ module SuperVisionTest { } ; #endif -