From 4ba528448808d287bf3e9a8d06495005c512a79b Mon Sep 17 00:00:00 2001 From: ageay Date: Mon, 19 Jul 2010 12:58:32 +0000 Subject: [PATCH] Compatibility between MEDCouplingCorabaServant.idl and MED.idl. --- idl/Makefile.am | 4 +++- idl/SALOME_Types.idl | 31 +++++++++++++++++++++++++++++++ 2 files changed, 34 insertions(+), 1 deletion(-) create mode 100644 idl/SALOME_Types.idl diff --git a/idl/Makefile.am b/idl/Makefile.am index 6ab7e6076..9f3c72e15 100644 --- a/idl/Makefile.am +++ b/idl/Makefile.am @@ -42,6 +42,7 @@ BASEIDL_FILES = \ SALOME_Registry.idl \ Logger.idl \ SALOME_GenericObj.idl \ + SALOME_Types.idl \ SALOME_Session.idl \ SALOME_TestModuleCatalog.idl \ nstest.idl \ @@ -92,6 +93,7 @@ BASEIDL_SOURCES =\ SALOME_RegistrySK.cc \ LoggerSK.cc \ SALOME_GenericObjSK.cc \ + SALOME_TypesSK.cc \ SALOME_SessionSK.cc \ SALOME_TestModuleCatalogSK.cc \ nstestSK.cc \ @@ -107,7 +109,7 @@ DYNIDL_SRCS = \ SALOME_PortsDynSK.cc Calcium_PortsDynSK.cc SALOME_ContainerManagerDynSK.cc \ SALOME_CommDynSK.cc SALOME_RegistryDynSK.cc SALOME_ModuleCatalogDynSK.cc \ SALOMEDSDynSK.cc SALOME_SessionDynSK.cc SALOME_RessourcesCatalogDynSK.cc \ - DSC_EnginesDynSK.cc SALOME_ComponentDynSK.cc SALOME_GenericObjDynSK.cc \ + DSC_EnginesDynSK.cc SALOME_ComponentDynSK.cc SALOME_GenericObjDynSK.cc SALOME_TypesDynSK.cc \ Palm_PortsDynSK.cc SALOME_ExceptionDynSK.cc SALOMEDS_AttributesDynSK.cc \ LoggerDynSK.cc SALOME_PACOExtensionDynSK.cc SALOME_ParamPortsDynSK.cc SALOME_PyNodeDynSK.cc diff --git a/idl/SALOME_Types.idl b/idl/SALOME_Types.idl new file mode 100644 index 000000000..c0b8a05ac --- /dev/null +++ b/idl/SALOME_Types.idl @@ -0,0 +1,31 @@ +// Copyright (C) 2007-2010 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 +// 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 +// + +#ifndef __SALOME_TYPES_IDL__ +#define __SALOME_TYPES_IDL__ + +module SALOME_TYPES +{ + typedef sequence ListOfLong; + typedef sequence ListOfDouble; + typedef sequence ListOfString; + typedef sequence ListOfDouble2; +}; + +#endif -- 2.39.2