0024830: Remove redundant keyword 'mutable' in CDL declarations
[occt.git] / src / StepGeom / StepGeom_Direction.cdl
index 030926c..cea464d 100644 (file)
@@ -25,21 +25,21 @@ uses
        HAsciiString from TCollection
 is
 
-       Create returns mutable Direction;
+       Create returns Direction;
        ---Purpose: Returns a Direction
 
 
        Init (me : mutable;
-             aName : mutable HAsciiString from TCollection) is redefined;
+             aName : HAsciiString from TCollection) is redefined;
 
        Init (me : mutable;
-             aName : mutable HAsciiString from TCollection;
-             aDirectionRatios : mutable HArray1OfReal from TColStd) is virtual;
+             aName : HAsciiString from TCollection;
+             aDirectionRatios : HArray1OfReal from TColStd) is virtual;
 
        -- Specific Methods for Field Data Access --
 
-       SetDirectionRatios(me : mutable; aDirectionRatios : mutable HArray1OfReal);
-       DirectionRatios (me) returns mutable HArray1OfReal;
+       SetDirectionRatios(me : mutable; aDirectionRatios : HArray1OfReal);
+       DirectionRatios (me) returns HArray1OfReal;
        DirectionRatiosValue (me; num : Integer) returns Real;
        NbDirectionRatios (me) returns Integer;