0024830: Remove redundant keyword 'mutable' in CDL declarations
[occt.git] / src / AIS / AIS_Point.cdl
index ce062fe..62745ff 100644 (file)
@@ -38,7 +38,7 @@ uses
 
 is
     Create(aComponent : Point from Geom) 
-    returns mutable Point from AIS;
+    returns Point from AIS;
        ---Purpose:
        -- Initializes the point aComponent from which the point
        -- datum will be built.
@@ -62,19 +62,19 @@ is
 
     Compute(me            : mutable;
            aPresentationManager: PresentationManager3d from PrsMgr;
-           aPresentation : mutable Presentation from Prs3d;
+           aPresentation : Presentation from Prs3d;
            aMode         : Integer from Standard = 0) 
     is redefined virtual protected;
     
     Compute(me:mutable;
                aProjector: Projector from Prs3d;
-                aPresentation: mutable Presentation from Prs3d)
+                aPresentation: Presentation from Prs3d)
     is redefined static private;
 
     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>.
@@ -87,7 +87,7 @@ is
 -- Methods from SelectableObject
 
     ComputeSelection(me         : mutable;
-                    aSelection : mutable Selection from SelectMgr;
+                    aSelection : Selection from SelectMgr;
                     aMode      : Integer from Standard )is private;
 
 -- Methods from InteractiveObject