mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-19 13:40:49 +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:
@@ -49,7 +49,7 @@ raises NoSuchObject
|
||||
|
||||
is
|
||||
|
||||
Create returns mutable GlobalNode;
|
||||
Create returns GlobalNode;
|
||||
---Purpose : Creates an empty GlobalNode, with no Next
|
||||
|
||||
Add (me : mutable; amodule : TheModule; aprotocol : TheProtocol)
|
||||
@@ -88,7 +88,7 @@ raises NoSuchObject
|
||||
|
||||
is
|
||||
|
||||
Create returns mutable Node;
|
||||
Create returns Node;
|
||||
---Purpose : Creates an empty Node, with no Next
|
||||
|
||||
AddNode (me : mutable; anode : any GlobalNode) is static;
|
||||
@@ -103,7 +103,7 @@ raises NoSuchObject
|
||||
---Purpose : Returns the Protocol designated by a precise Node
|
||||
---C++ : return const &
|
||||
|
||||
Next (me) returns mutable Node is static;
|
||||
Next (me) returns Node is static;
|
||||
---Purpose : Returns the Next Node. If none was defined, returned value
|
||||
-- is a Null Handle
|
||||
---C++ : return const &
|
||||
|
Reference in New Issue
Block a user