summaryrefslogtreecommitdiff
path: root/src/APIHeaderSection/APIHeaderSection.cdl
blob: 73af8aecf0b160344db7030411d9c601c69cd07f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
-- File:	APIHeaderSection.cdl
-- Created:	Wed Sep 21 15:47:30 1994
-- Author:	Christian CAILLET
--		<cky@anion>
---Copyright:	 Matra Datavision 1994


package APIHeaderSection

    ---Purpose : This package gives the means to access to the Header of a
    --           Step Model

uses  Standard, TCollection, Interface, IFSelect, StepData, HeaderSection

is

    class MakeHeader;  -- which provide basic access services to Step Header

    class EditHeader;  -- to edit a Step Header

end APIHeaderSection;