summaryrefslogtreecommitdiff
path: root/src/Aspect/Aspect_GraphicDevice.cdl
blob: 668705d6edb4bc5c6c40275a1655f2f458c7f293 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27

-- File:	Aspect_GraphicDevice.cdl
-- Created:	Tue Oct 19 09:19:10 1993
-- Author:	Jean-Louis FRENKEL
--		<jlf@stylox>
---Copyright:	 Matra Datavision 1993

deferred class GraphicDevice from Aspect inherits TShared from MMgt

uses

	GraphicDriver	from Aspect

raises

        GraphicDeviceDefinitionError   from Aspect,
        BadAccess from Aspect

is

        Initialize;

	GraphicDriver ( me )
		returns GraphicDriver from Aspect
		is deferred;

end GraphicDevice from Aspect;