blob: 20539afaeb5c5d31c8e0c32c18df525021c4e25f (
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
|
-- File: BinMDocStd.cdl
-- Created: Thu May 13 15:25:28 2004
-- Author: Sergey ZARITCHNY <szy@opencascade.com>
-- Copyright: Open CasCade S.A. 2004
package BinMDocStd
---Purpose: Storage and Retrieval drivers for TDocStd modelling attributes.
uses BinMDF,
BinObjMgt,
TDF,
TDocStd,
CDM
is
class XLinkDriver;
AddDrivers (theDriverTable : ADriverTable from BinMDF;
aMsgDrv : MessageDriver from CDM);
---Purpose: Adds the attribute drivers to <theDriverTable>.
end BinMDocStd;
|