blob: 72090373569d20dc3bd97b9dcf8c7210e57b4725 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
-- File: PresentationSet.cdl
-- Created: Fri Dec 1 11:11:25 1995
-- Author: EXPRESS->CDL V0.2 Translator
-- Copyright: Matra-Datavision 1993
class PresentationSet from StepVisual
inherits TShared from MMgt
is
Create returns mutable PresentationSet;
---Purpose: Returns a PresentationSet
end PresentationSet;
|