1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-10 18:51:21 +03:00
occt/src/PCDM/PCDM_Writer.cdl
2012-03-05 19:23:40 +04:00

19 lines
483 B
Plaintext
Executable File

-- File: PCDM_Writer.cdl
-- Created: Thu Dec 18 09:27:19 1997
-- Author: Jean-Louis Frenkel
-- <rmi@frilox.paris1.matra-dtv.fr>
---Copyright: Matra Datavision 1997
deferred class Writer from PCDM inherits Transient from Standard
uses Document from CDM, ExtendedString from TCollection
raises DriverError from PCDM
is
Write(me: mutable; aDocument: Document from CDM; aFileName: ExtendedString from TCollection)
raises DriverError
is deferred;
end Writer from PCDM;