blob: 43318de1dba448eff2471045cb78a33dba82093a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
-- File: StepToGeom_Root.cdl
-- Created: Mon Jun 14 11:44:56 1993
-- Author: Martine LANGLOIS
-- <mla@mastox>
---Copyright: Matra Datavision 1993
private deferred class Root from StepToGeom
---Purpose : This class implements the common services for
-- all classes of StepToGeom which report error.
is
IsDone(me) returns Boolean
is static;
fields
done : Boolean is protected;
--Equal True if everything is ok, False otherwise.
end Root;
|