0024830: Remove redundant keyword 'mutable' in CDL declarations
[occt.git] / src / StepGeom / StepGeom_GeomRepContextAndGlobUnitAssCtxAndGlobUncertaintyAssCtx.cdl
index c301e67..3e12d15 100644 (file)
@@ -40,26 +40,26 @@ uses
 
 is
 
-    Create returns mutable GeomRepContextAndGlobUnitAssCtxAndGlobUncertaintyAssCtx;
+    Create returns GeomRepContextAndGlobUnitAssCtxAndGlobUncertaintyAssCtx;
     
     Init (me : mutable;
-          aContextIdentifier : mutable HAsciiString from TCollection;
-          aContextType : mutable HAsciiString from TCollection) is redefined;
+          aContextIdentifier : HAsciiString from TCollection;
+          aContextType : HAsciiString from TCollection) is redefined;
 
     Init(me : mutable;
-         aContextIdentifier            : mutable HAsciiString                     from TCollection;
-        aContextType                  : mutable HAsciiString                     from TCollection;
-        aGeometricRepresentationCtx   : mutable GeometricRepresentationContext   from StepGeom;
-        aGlobalUnitAssignedCtx        : mutable GlobalUnitAssignedContext        from StepRepr;
-        aGlobalUncertaintyAssignedCtx : mutable GlobalUncertaintyAssignedContext from StepRepr)
+         aContextIdentifier            : HAsciiString                     from TCollection;
+        aContextType                  : HAsciiString                     from TCollection;
+        aGeometricRepresentationCtx   : GeometricRepresentationContext   from StepGeom;
+        aGlobalUnitAssignedCtx        : GlobalUnitAssignedContext        from StepRepr;
+        aGlobalUncertaintyAssignedCtx : GlobalUncertaintyAssignedContext from StepRepr)
     is virtual;
 
     Init(me : mutable;
-        aContextIdentifier        : mutable HAsciiString                        from TCollection;
-        aContextType              : mutable HAsciiString                        from TCollection;
+        aContextIdentifier        : HAsciiString                        from TCollection;
+        aContextType              : HAsciiString                        from TCollection;
         aCoordinateSpaceDimension : Integer                                     from Standard;
-        aUnits                    : mutable HArray1OfNamedUnit                  from StepBasic;
-        anUncertainty             : mutable HArray1OfUncertaintyMeasureWithUnit from StepBasic) 
+        aUnits                    : HArray1OfNamedUnit                  from StepBasic;
+        anUncertainty             : HArray1OfUncertaintyMeasureWithUnit from StepBasic) 
     is virtual;
 
     -- ====================================== --
@@ -68,17 +68,17 @@ is
 
     SetGeometricRepresentationContext
        (me : mutable; 
-        aGeometricRepresentationContext : mutable GeometricRepresentationContext);
+        aGeometricRepresentationContext : GeometricRepresentationContext);
 
     GeometricRepresentationContext (me) 
-    returns mutable GeometricRepresentationContext;
+    returns GeometricRepresentationContext;
 
     SetGlobalUnitAssignedContext
        (me : mutable; 
-        aGlobalUnitAssignedContext : mutable GlobalUnitAssignedContext);
+        aGlobalUnitAssignedContext : GlobalUnitAssignedContext);
 
     GlobalUnitAssignedContext (me) 
-    returns mutable GlobalUnitAssignedContext;
+    returns GlobalUnitAssignedContext;
 
     SetGlobalUncertaintyAssignedContext
        (me : mutable;
@@ -98,18 +98,18 @@ is
     -- Specific Methods for ANDOR Field Data Access GlobalUnitAssignedContext --
     -- ====================================================================== --
 
-    SetUnits(me : mutable; aUnits : mutable HArray1OfNamedUnit);
-    Units (me) returns mutable HArray1OfNamedUnit;
-    UnitsValue (me; num : Integer) returns mutable NamedUnit;
+    SetUnits(me : mutable; aUnits : HArray1OfNamedUnit);
+    Units (me) returns HArray1OfNamedUnit;
+    UnitsValue (me; num : Integer) returns NamedUnit;
     NbUnits (me) returns Integer;
        
     -- ============================================================================= --
     -- Specific Methods for ANDOR Field Data Access GlobalUncertaintyAssignedContext --
     -- ============================================================================= --
 
-    SetUncertainty(me : mutable; aUncertainty : mutable HArray1OfUncertaintyMeasureWithUnit);
-    Uncertainty (me) returns mutable HArray1OfUncertaintyMeasureWithUnit;
-    UncertaintyValue (me; num : Integer) returns mutable UncertaintyMeasureWithUnit;
+    SetUncertainty(me : mutable; aUncertainty : HArray1OfUncertaintyMeasureWithUnit);
+    Uncertainty (me) returns HArray1OfUncertaintyMeasureWithUnit;
+    UncertaintyValue (me; num : Integer) returns UncertaintyMeasureWithUnit;
     NbUncertainty (me) returns Integer;
 
 fields