Salome HOME
Update copyright information
[modules/smesh.git] / src / SMESH / SMESH_subMeshEventListener.hxx
index bc3246a99aa6e57095f9763403d3cbd9382ccd2d..ae911cfefbde029507c776f3b7a214bdcf4c444d 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
@@ -87,8 +87,10 @@ struct SMESH_subMeshEventListenerData
 {
   bool myIsDeletable; //!< if true, it will be deleted by SMESH_subMesh
   int myType;         //!< to recognize data type
-  std::list<SMESH_subMesh*> mySubMeshes; //!< generally: submeshes depending
-                                         // on the one storing this data
+  std::list<SMESH_subMesh*> mySubMeshes; /* generally: submeshes depending
+                                            on the one storing this data;
+                                            !! they are used to track intermesh
+                                            dependencies at mesh loading as well !! */
 public:
   SMESH_subMeshEventListenerData(bool isDeletable):myIsDeletable(isDeletable) {}
   virtual ~SMESH_subMeshEventListenerData() {}