X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FMEDCouplingCorba%2FMEDCouplingCMeshServant.hxx;h=91d2ac6ed1d67221ea9e863ee76328536c5b7a82;hb=8e96a3a612342439ce6415ac4467afb8494ed323;hp=9b8fe0810f89ff49dde575b618bd8d51f8240225;hpb=aeb48974ed761c5e30d44a83149330153dc13d85;p=modules%2Fmed.git diff --git a/src/MEDCouplingCorba/MEDCouplingCMeshServant.hxx b/src/MEDCouplingCorba/MEDCouplingCMeshServant.hxx index 9b8fe0810..91d2ac6ed 100644 --- a/src/MEDCouplingCorba/MEDCouplingCMeshServant.hxx +++ b/src/MEDCouplingCorba/MEDCouplingCMeshServant.hxx @@ -1,9 +1,9 @@ -// Copyright (C) 2007-2012 CEA/DEN, EDF R&D +// Copyright (C) 2007-2014 CEA/DEN, EDF R&D // // 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. +// version 2.1 of the License, or (at your option) any later version. // // This library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -24,14 +24,14 @@ #include "SALOMEconfig.h" #include CORBA_SERVER_HEADER(MEDCouplingCorbaServant) -#include "MEDCouplingMeshServant.hxx" +#include "MEDCouplingStructuredMeshServant.hxx" #include "MEDCouplingCorba.hxx" namespace ParaMEDMEM { class MEDCouplingCMesh; - class MEDCOUPLINGCORBA_EXPORT MEDCouplingCMeshServant : MEDCouplingMeshServant, public virtual POA_SALOME_MED::MEDCouplingCMeshCorbaInterface + class MEDCOUPLINGCORBA_EXPORT MEDCouplingCMeshServant : MEDCouplingStructuredMeshServant, public virtual POA_SALOME_MED::MEDCouplingCMeshCorbaInterface { public: typedef MEDCouplingCMesh CppType;