]> SALOME platform Git repositories - modules/smesh.git/blobdiff - src/StdMeshers_I/StdMeshers_ViscousLayers_i.hxx
Salome HOME
0021543: EDF 1978 SMESH: Viscous layer for 2D meshes
[modules/smesh.git] / src / StdMeshers_I / StdMeshers_ViscousLayers_i.hxx
index 1713defba1983474e09a19648305c616e77910fd..b17f9f242de91b0e9c890384c158bfb08e66298b 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2011  CEA/DEN, EDF R&D, OPEN CASCADE
+// Copyright (C) 2007-2012  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
@@ -20,7 +20,6 @@
 // See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 //
 
-//  SMESH SMESH_I : idl implementation based on 'SMESH' unit's calsses
 //  File   : StdMeshers_ViscousLayers_i.hxx
 //  Module : SMESH
 //
@@ -67,15 +66,8 @@ class STDMESHERS_I_EXPORT StdMeshers_ViscousLayers_i:
   // Verify whether hypothesis supports given entity type 
   CORBA::Boolean IsDimSupported( SMESH::Dimension type );
 
-  // Redefined Persistence
-//   virtual char* SaveTo();
-//   virtual void  LoadFrom( const char* theStream );
-//   virtual void  UpdateAsMeshesRestored();
-
- private:
-  //SMESH::string_array_var _groupEntries;
-  //std::vector< std::string > _groupIDs;
+ protected:
+  virtual std::string getMethodOfParameter(const int paramIndex, int nbVars) const;
 };
 
 #endif
-