Files
OCCT/src/Viewer/Viewer.cdl
2012-03-05 19:23:40 +04:00

19 lines
318 B
Plaintext
Executable File

-- 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;