X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FDriverUNV%2FDriverUNV_W_SMDS_Mesh.h;fp=src%2FDriverUNV%2FDriverUNV_W_SMDS_Mesh.h;h=93fa10790d9f27db6476846473facdc5554e8a11;hb=be0bb1728388ae3ea50ddfffbe1ed71e7d1592c9;hp=aed5c1ba38c30c7558488a2c9d15bc9f86a77246;hpb=ec2540354099fa3e9c8ec3920f477ba892b5d60b;p=modules%2Fsmesh.git diff --git a/src/DriverUNV/DriverUNV_W_SMDS_Mesh.h b/src/DriverUNV/DriverUNV_W_SMDS_Mesh.h index aed5c1ba3..93fa10790 100644 --- a/src/DriverUNV/DriverUNV_W_SMDS_Mesh.h +++ b/src/DriverUNV/DriverUNV_W_SMDS_Mesh.h @@ -21,21 +21,21 @@ #define _INCLUDE_DRIVERUNV_W_SMDS_MESH #include "Driver_SMDS_Mesh.h" -#include "SMESH_Group.hxx" +//#include "SMESH_Group.hxx" #include -typedef std::map TGroupsMap; +//typedef std::map TGroupsMap; class DriverUNV_W_SMDS_Mesh: public Driver_SMDS_Mesh { public: virtual Status Perform(); - void SetGroups(const TGroupsMap& theGroupsMap) { myGroupsMap = theGroupsMap; } + // void SetGroups(const TGroupsMap& theGroupsMap) { myGroupsMap = theGroupsMap; } private: - TGroupsMap myGroupsMap; + // TGroupsMap myGroupsMap; };