0024830: Remove redundant keyword 'mutable' in CDL declarations
[occt.git] / src / RWStepAP214 / RWStepAP214_GeneralModule.cdl
index 7ec13b3..a34c306 100644 (file)
@@ -28,7 +28,7 @@ uses Transient,  HAsciiString from TCollection,
 
 is
 
-    Create returns mutable GeneralModule from RWStepAP214;
+    Create returns GeneralModule from RWStepAP214;
     ---Purpose : Creates a GeneralModule
 
     FillSharedCase (me; CN : Integer; ent : Transient;
@@ -40,13 +40,13 @@ is
     CheckCase (me; CN : Integer; ent : Transient; shares : ShareTool; ach : in out Check);
     ---Purpose : Specific Checking of an Entity <ent>
 
-    CopyCase (me; CN : Integer; entfrom : Transient; entto : mutable Transient; TC : in out CopyTool);
+    CopyCase (me; CN : Integer; entfrom : Transient; entto : Transient; TC : in out CopyTool);
     ---Purpose : Specific Copy ("Deep") from <entfrom> to <entto> (same type)
     --           by using a CopyTool which provides its working Map.
     --           Use method Transferred from CopyTool to work
 
 
-    NewVoid (me; CN : Integer; ent : out mutable Transient) returns Boolean;
+    NewVoid (me; CN : Integer; ent : out Transient) returns Boolean;
 
     CategoryNumber (me; CN : Integer; ent : Transient; shares : ShareTool)
     returns Integer  is redefined;