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

@@ -31,7 +31,7 @@ raises DimensionMismatch, OutOfRange
is
Create returns mutable AssociativityDef;
Create returns AssociativityDef;
-- Specific methods for the entity

View File

@@ -38,7 +38,7 @@ raises DimensionMismatch, OutOfRange, NullObject
is
Create returns mutable AttributeDef;
Create returns AttributeDef;
-- Specific methods for the entity

View File

@@ -36,7 +36,7 @@ raises OutOfRange, NullObject
is
Create returns mutable AttributeTable;
Create returns AttributeTable;
-- Specific methods for the entity

View File

@@ -25,7 +25,7 @@ uses OStream,
is
Create returns mutable GeneralModule from IGESDefs;
Create returns GeneralModule from IGESDefs;
---Purpose : Creates a GeneralModule from IGESDefs and puts it into GeneralLib
OwnSharedCase (me; CN : Integer; ent : IGESEntity;
@@ -43,12 +43,12 @@ is
---Purpose : Performs Specific Semantic Check for each type of Entity
NewVoid (me; CN : Integer; entto : out mutable Transient)
NewVoid (me; CN : Integer; entto : out Transient)
returns Boolean;
---Purpose : Specific creation of a new void entity
OwnCopyCase (me; CN : Integer;
entfrom : IGESEntity; entto : mutable IGESEntity;
entfrom : IGESEntity; entto : IGESEntity;
TC : in out CopyTool);
---Purpose : Copies parameters which are specific of each Type of Entity

View File

@@ -38,7 +38,7 @@ raises DimensionMismatch, OutOfRange, NullObject
is
Create returns mutable GenericData;
Create returns GenericData;
-- Specific Methods pertaining to the class

View File

@@ -31,7 +31,7 @@ raises OutOfRange
is
Create returns mutable MacroDef;
Create returns MacroDef;
-- Specific methods for the entity

View File

@@ -22,7 +22,7 @@ uses Type, Protocol from Interface
is
Create returns mutable Protocol from IGESDefs;
Create returns Protocol from IGESDefs;
NbResources (me) returns Integer is redefined;
---Purpose : Gives the count of Resource Protocol. Here, one

View File

@@ -27,13 +27,13 @@ raises DomainError
is
Create returns mutable ReadWriteModule from IGESDefs;
Create returns ReadWriteModule from IGESDefs;
---Purpose : Creates a ReadWriteModule & puts it into ReaderLib & WriterLib
CaseIGES (me; typenum, formnum : Integer) returns Integer;
---Purpose : Defines Case Numbers for Entities of IGESDefs
ReadOwnParams (me; CN : Integer; ent : mutable IGESEntity;
ReadOwnParams (me; CN : Integer; ent : IGESEntity;
IR : IGESReaderData; PR : in out ParamReader)
raises DomainError;
---Purpose : Reads own parameters from file for an Entity of IGESDefs

View File

@@ -22,7 +22,7 @@ uses Messenger from Message, IGESEntity, IGESDumper
is
Create returns mutable SpecificModule from IGESDefs;
Create returns SpecificModule from IGESDefs;
---Purpose : Creates a SpecificModule from IGESDefs & puts it into SpecificLib
OwnDump (me; CN : Integer; ent : IGESEntity;

View File

@@ -31,7 +31,7 @@ raises DimensionMismatch, OutOfRange
is
Create returns mutable TabularData;
Create returns TabularData;
-- Specific methods for the entity

View File

@@ -31,7 +31,7 @@ is
---Purpose : Returns a ToolAssociativityDef, ready to work
ReadOwnParams (me; ent : mutable AssociativityDef;
ReadOwnParams (me; ent : AssociativityDef;
IR : IGESReaderData; PR : in out ParamReader)
raises DomainError is static;
---Purpose : Reads own parameters from file. <PR> gives access to them,
@@ -55,7 +55,7 @@ is
---Purpose : Performs Specific Semantic Check
OwnCopy (me; entfrom : AssociativityDef; entto : mutable AssociativityDef;
OwnCopy (me; entfrom : AssociativityDef; entto : AssociativityDef;
TC : in out CopyTool) is static;
---Purpose : Copies Specific Parameters

View File

@@ -31,7 +31,7 @@ is
---Purpose : Returns a ToolAttributeDef, ready to work
ReadOwnParams (me; ent : mutable AttributeDef;
ReadOwnParams (me; ent : AttributeDef;
IR : IGESReaderData; PR : in out ParamReader)
raises DomainError is static;
---Purpose : Reads own parameters from file. <PR> gives access to them,
@@ -55,7 +55,7 @@ is
---Purpose : Performs Specific Semantic Check
OwnCopy (me; entfrom : AttributeDef; entto : mutable AttributeDef;
OwnCopy (me; entfrom : AttributeDef; entto : AttributeDef;
TC : in out CopyTool) is static;
---Purpose : Copies Specific Parameters

View File

@@ -31,7 +31,7 @@ is
---Purpose : Returns a ToolAttributeTable, ready to work
ReadOwnParams (me; ent : mutable AttributeTable;
ReadOwnParams (me; ent : AttributeTable;
IR : IGESReaderData; PR : in out ParamReader)
raises DomainError is static;
---Purpose : Reads own parameters from file. <PR> gives access to them,
@@ -55,7 +55,7 @@ is
---Purpose : Performs Specific Semantic Check
OwnCopy (me; entfrom : AttributeTable; entto : mutable AttributeTable;
OwnCopy (me; entfrom : AttributeTable; entto : AttributeTable;
TC : in out CopyTool) is static;
---Purpose : Copies Specific Parameters

View File

@@ -31,7 +31,7 @@ is
---Purpose : Returns a ToolGenericData, ready to work
ReadOwnParams (me; ent : mutable GenericData;
ReadOwnParams (me; ent : GenericData;
IR : IGESReaderData; PR : in out ParamReader)
raises DomainError is static;
---Purpose : Reads own parameters from file. <PR> gives access to them,
@@ -55,7 +55,7 @@ is
---Purpose : Performs Specific Semantic Check
OwnCopy (me; entfrom : GenericData; entto : mutable GenericData;
OwnCopy (me; entfrom : GenericData; entto : GenericData;
TC : in out CopyTool) is static;
---Purpose : Copies Specific Parameters

View File

@@ -31,7 +31,7 @@ is
---Purpose : Returns a ToolMacroDef, ready to work
ReadOwnParams (me; ent : mutable MacroDef;
ReadOwnParams (me; ent : MacroDef;
IR : IGESReaderData; PR : in out ParamReader)
raises DomainError is static;
---Purpose : Reads own parameters from file. <PR> gives access to them,
@@ -55,7 +55,7 @@ is
---Purpose : Performs Specific Semantic Check
OwnCopy (me; entfrom : MacroDef; entto : mutable MacroDef;
OwnCopy (me; entfrom : MacroDef; entto : MacroDef;
TC : in out CopyTool) is static;
---Purpose : Copies Specific Parameters

View File

@@ -31,7 +31,7 @@ is
---Purpose : Returns a ToolTabularData, ready to work
ReadOwnParams (me; ent : mutable TabularData;
ReadOwnParams (me; ent : TabularData;
IR : IGESReaderData; PR : in out ParamReader)
raises DomainError is static;
---Purpose : Reads own parameters from file. <PR> gives access to them,
@@ -55,7 +55,7 @@ is
---Purpose : Performs Specific Semantic Check
OwnCopy (me; entfrom : TabularData; entto : mutable TabularData;
OwnCopy (me; entfrom : TabularData; entto : TabularData;
TC : in out CopyTool) is static;
---Purpose : Copies Specific Parameters

View File

@@ -31,7 +31,7 @@ is
---Purpose : Returns a ToolUnitsData, ready to work
ReadOwnParams (me; ent : mutable UnitsData;
ReadOwnParams (me; ent : UnitsData;
IR : IGESReaderData; PR : in out ParamReader)
raises DomainError is static;
---Purpose : Reads own parameters from file. <PR> gives access to them,
@@ -55,7 +55,7 @@ is
---Purpose : Performs Specific Semantic Check
OwnCopy (me; entfrom : UnitsData; entto : mutable UnitsData;
OwnCopy (me; entfrom : UnitsData; entto : UnitsData;
TC : in out CopyTool) is static;
---Purpose : Copies Specific Parameters

View File

@@ -30,7 +30,7 @@ raises DimensionMismatch, OutOfRange
is
Create returns mutable UnitsData;
Create returns UnitsData;
-- Specific methods for the entity