Salome HOME
The "MustBeUpdated" flag is moved to base data object class and implemented for calcu...
[modules/hydro.git] / src / HYDROData / HYDROData_CalculationCase.h
index 916057bef31dd583ecf72e245c565dadd1d1795e..79d3aae3921929a349964c9c6e8971b3ae50155d 100644 (file)
@@ -28,18 +28,10 @@ protected:
   {
     DataTag_First = HYDROData_Entity::DataTag_First + 100, ///< first tag, to reserve
     DataTag_GeometryObject,   ///< reference geometry objects
+    DataTag_ChildRegion,      ///< child regions
     DataTag_Region            ///< reference regions
   };
 
-  /**
-   * Enumeration of tags corresponding to the child sub-objects of object.
-   */
-  enum ChildTag
-  {
-    ChildTag_First = HYDROData_Entity::ChildTag_First + 100, ///< first tag, to reserve
-    ChildTag_Region      ///< child regions
-  };
-
 public:
 
   DEFINE_STANDARD_RTTI(HYDROData_CalculationCase);