0024830: Remove redundant keyword 'mutable' in CDL declarations
[occt.git] / src / AIS / AIS_ConnectedInteractive.cdl
index af1e8bd..595878d 100644 (file)
@@ -54,7 +54,7 @@ raises
 is
 
     Create (aTypeOfPresentation3d: TypeOfPresentation3d from PrsMgr = PrsMgr_TOP_AllView) 
-    returns  mutable  ConnectedInteractive  from  AIS;
+    returns  ConnectedInteractive  from  AIS;
        ---Purpose:
        -- Disconnects the previous view and sets highlight
        -- mode to 0. This highlights the wireframe presentation
@@ -105,7 +105,7 @@ is
 
     Compute(me                   : mutable;
             aPresentationManager : PresentationManager3d from PrsMgr;
-            aPresentation        : mutable Presentation from Prs3d;
+            aPresentation        : Presentation from Prs3d;
             aMode                : Integer from Standard = 0)
        ---Level: Public 
        ---Purpose: Calculates the view aPresentation and its updates.
@@ -122,7 +122,7 @@ is
     Compute(me            : mutable;
            aProjector    : Projector from Prs3d;
            aTrsf         : Transformation from Geom;
-           aPresentation : mutable Presentation from Prs3d)
+           aPresentation : Presentation from Prs3d)
     is redefined;
        ---Purpose: Computes the presentation according to a point of view
        --          given by <aProjector>. 
@@ -135,10 +135,10 @@ is
 
     Compute(me:mutable;
                aProjector: Projector from Prs3d;
-                aPresentation: mutable Presentation from Prs3d)
+                aPresentation: Presentation from Prs3d)
     is redefined;     
     
-    ComputeSelection(me:mutable; aSelection :mutable Selection from SelectMgr;
+    ComputeSelection(me:mutable; aSelection : Selection from SelectMgr;
                                  aMode      : Integer) is redefined virtual private;
        ---Level: Public 
        ---Purpose: Generates sensitive entities by copying 
@@ -157,7 +157,7 @@ is
        --           compute   &     computeSelection  methods.  So     the
        --        UpdateLocation Methods are redefined to do nothing else
 
---   UpdateLocation(me:mutable;P : mutable Presentation from Prs3d) is redefined virtual;
+--   UpdateLocation(me:mutable;P : Presentation from Prs3d) is redefined virtual;
     
 fields