mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-09-08 14:17:06 +03:00
0024830: Remove redundant keyword 'mutable' in CDL declarations
Redundant keyword 'mutable' removed in CDL files. In IGESConvGeom_GeomBuilder, unused methods MakeXY() and MakeXYZ() removed. Method StepAP214_AutoDesignGroupAssignment::Init() replicating same method of the base class is removed as it causes CDL extraction error after above (seemingly irrelevant) changes.
This commit is contained in:
@@ -57,7 +57,7 @@ class WClass from WNT inherits TShared from MMgt
|
||||
anIcon : Handle from Aspect = 0;
|
||||
aMenuName : CString from Standard = 0
|
||||
)
|
||||
returns mutable WClass from WNT
|
||||
returns WClass from WNT
|
||||
---Level: Public
|
||||
---Purpose: Creates a Windows NT window class and registers it.
|
||||
---Trigger: Raises if class registration failed.
|
||||
|
@@ -48,7 +48,7 @@ class Window from WNT inherits Window from Aspect
|
||||
theParent : Handle from Aspect = 0;
|
||||
theMenu : Handle from Aspect = 0;
|
||||
theClientStruct : Address from Standard = 0)
|
||||
returns mutable Window from WNT
|
||||
returns Window from WNT
|
||||
---Level: Public
|
||||
---Purpose: Creates a Window defined by his position and size
|
||||
-- in pixles from the Parent Window.
|
||||
@@ -60,7 +60,7 @@ class Window from WNT inherits Window from Aspect
|
||||
aHandle : Handle from Aspect;
|
||||
aBackColor : NameOfColor from Quantity = Quantity_NOC_MATRAGRAY
|
||||
)
|
||||
returns mutable Window from WNT;
|
||||
returns Window from WNT;
|
||||
---Level: Public
|
||||
---Purpose: Creates a Window based on the existing window handle.
|
||||
-- This handle equals ( aPart1 << 16 ) + aPart2.
|
||||
@@ -70,7 +70,7 @@ class Window from WNT inherits Window from Aspect
|
||||
aPart2 : Integer from Standard;
|
||||
aBackColor : NameOfColor from Quantity = Quantity_NOC_MATRAGRAY
|
||||
)
|
||||
returns mutable Window from WNT;
|
||||
returns Window from WNT;
|
||||
---Level: Public
|
||||
---Purpose: Creates a Window based on the existing window <aHandle>.
|
||||
|
||||
|
Reference in New Issue
Block a user