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

@@ -54,7 +54,7 @@ uses CString, Character, Transient,
is
Create (WS : mutable WorkSession) returns SessionFile;
Create (WS : WorkSession) returns SessionFile;
---Purpose : Creates a SessionFile, ready to read Files in order to load
-- them into a given WorkSession.
-- The following Read Operations must then be called.
@@ -164,7 +164,7 @@ is
---Purpose : Internal routine which processes a line into words
-- and prepares its exploration
ReadOwn (me : in out; item : out mutable Transient) returns Boolean;
ReadOwn (me : in out; item : out Transient) returns Boolean;
---Purpose : Tries to Read an Item, by calling the Library of Dumpers
-- Sets the list of parameters of the line to be read from the
-- first own one
@@ -253,7 +253,7 @@ is
---Purpose : Returns the content of a Text Parameter (without the quotes).
-- Returns an empty string if the Parameter is not a Text.
ItemValue (me; num : Integer) returns mutable Transient;
ItemValue (me; num : Integer) returns Transient;
---Purpose : Returns a Parameter as an Item. Returns a Null Handle if the
-- Parameter is a Text, or if it is defined as Void