1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-09 13:22:24 +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:
abv
2014-04-15 08:50:00 +04:00
committed by apn
parent 99c68ea35f
commit 6e33d3ced2
2421 changed files with 6557 additions and 6604 deletions

View File

@@ -35,7 +35,7 @@ uses
is
Initialize returns mutable Driver from TFunction;
Initialize returns Driver from TFunction;
---Purpose: initialisation of the driver

View File

@@ -31,9 +31,9 @@ is
Get (myclass)
---Purpose: Returns the driver table. If a driver does not exist, creates it.
returns mutable DriverTable from TFunction;
returns DriverTable from TFunction;
Create returns mutable DriverTable from TFunction;
Create returns DriverTable from TFunction;
---Purpose: Default constructor
AddDriver(me : mutable; guid : GUID from Standard;

View File

@@ -60,7 +60,7 @@ is
---Purpose: Instance methods:
-- ================
Create returns mutable Function from TFunction;
Create returns Function from TFunction;
GetDriverGUID (me)
---Purpose: Returns the GUID for this function's driver.
@@ -99,12 +99,12 @@ is
Restore (me: mutable; with : Attribute from TDF)
is virtual;
Paste (me; into : mutable Attribute from TDF;
RT : mutable RelocationTable from TDF)
Paste (me; into : Attribute from TDF;
RT : RelocationTable from TDF)
is virtual;
NewEmpty(me)
returns mutable Attribute from TDF
returns Attribute from TDF
is redefined;
References(me;

View File

@@ -49,7 +49,7 @@ is
Create
---Purpose: Constructor (empty).
returns mutable GraphNode from TFunction;
returns GraphNode from TFunction;
AddPrevious (me : mutable;
@@ -129,12 +129,12 @@ is
Restore (me: mutable; with : Attribute from TDF)
is virtual;
Paste (me; into : mutable Attribute from TDF;
RT : mutable RelocationTable from TDF)
Paste (me; into : Attribute from TDF;
RT : RelocationTable from TDF)
is virtual;
NewEmpty (me)
returns mutable Attribute from TDF
returns Attribute from TDF
is redefined;
References (me;

View File

@@ -49,7 +49,7 @@ is
Create
---Purpose: Constructor (empty).
returns mutable Scope from TFunction;
returns Scope from TFunction;
AddFunction (me : mutable;
@@ -115,12 +115,12 @@ is
Restore (me: mutable; with : Attribute from TDF)
is virtual;
Paste (me; into : mutable Attribute from TDF;
RT : mutable RelocationTable from TDF)
Paste (me; into : Attribute from TDF;
RT : RelocationTable from TDF)
is virtual;
NewEmpty (me)
returns mutable Attribute from TDF
returns Attribute from TDF
is redefined;
Dump (me; anOS : in out OStream from Standard)