X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FMEDCouplingCorba%2FMEDCouplingCMeshServant.hxx;h=0363996674470a66a314d0c177e317a0d44142e6;hb=0c9d48870957c4a9f6f82fc8e2c569780a5f886b;hp=bd53bda56732f0ef5196238d0ed4480175991856;hpb=94d102d362379da8b0dc676e72a7af0a0a0af49a;p=modules%2Fmed.git diff --git a/src/MEDCouplingCorba/MEDCouplingCMeshServant.hxx b/src/MEDCouplingCorba/MEDCouplingCMeshServant.hxx index bd53bda56..036399667 100644 --- a/src/MEDCouplingCorba/MEDCouplingCMeshServant.hxx +++ b/src/MEDCouplingCorba/MEDCouplingCMeshServant.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2012 CEA/DEN, EDF R&D +// Copyright (C) 2007-2013 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 @@ -16,6 +16,7 @@ // // See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com // +// Author : Anthony Geay (CEA/DEN) #ifndef __MEDCOUPLINGCMESHSERVANT_HXX__ #define __MEDCOUPLINGCMESHSERVANT_HXX__ @@ -23,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;