0024830: Remove redundant keyword 'mutable' in CDL declarations
[occt.git] / src / IGESAppli / IGESAppli_ToolFlow.cdl
index 0490149..f5d6b16 100644 (file)
@@ -31,7 +31,7 @@ is
     ---Purpose : Returns a ToolFlow, ready to work
 
 
-    ReadOwnParams (me; ent : mutable Flow;
+    ReadOwnParams (me; ent : Flow;
                   IR : IGESReaderData; PR : in out ParamReader)
        raises DomainError  is static;
     ---Purpose : Reads own parameters from file. <PR> gives access to them,
@@ -47,7 +47,7 @@ is
     ---Purpose : Lists the Entities shared by a Flow <ent>, from
     --           its specific (own) parameters
 
-    OwnCorrect (me; ent : mutable Flow) returns Boolean  is static;
+    OwnCorrect (me; ent : Flow) returns Boolean  is static;
     ---Purpose : Sets automatic unambiguous Correction on a Flow
     --           (NbContextFlags forced to 2)
 
@@ -59,7 +59,7 @@ is
     ---Purpose : Performs Specific Semantic Check
 
 
-    OwnCopy    (me; entfrom : Flow; entto : mutable Flow;
+    OwnCopy    (me; entfrom : Flow; entto : Flow;
                TC : in out CopyTool)  is static;
     ---Purpose : Copies Specific Parameters