blob: 779a9f78d32e5b493899034a2ff631124cc207c9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
-- File: PStandard.cdl
-- Created: Mon Jan 29 14:55:58 1996
-- Author: Kernel
-- <kernel@ylliox>
---Copyright: Matra Datavision 1996
package PStandard
---Purpose: This package <PStandard> contains the declaration of the
-- generic class ArrayNode
uses
Standard
is
class ArrayNode;
end PStandard;
|