summaryrefslogtreecommitdiff
path: root/src/Viewer/Viewer.cdl
blob: b8a08852dfd23df589c62b9af1b3a7a07bc0594b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
-- File:	Viewer.cdl
-- Created:	Thu Apr  6 16:19:05 1995
-- Author:	Jean-Louis Frenkel
--		<rmi@pernox>
---Copyright:	 Matra Datavision 1995

package Viewer

uses  MMgt,TCollection,Aspect,Quantity
  
is

    deferred class Viewer;
    deferred class View;
    
    exception BadValue inherits OutOfRange;

end Viewer;