0022627: Change OCCT memory management defaults
[occt.git] / src / BinMPrsStd / BinMPrsStd.cdl
CommitLineData
7fd59977 1-- File: BinMPrsStd.cdl
2-- Created: Mon May 17 10:10:30 2004
3-- Author: Sergey ZARITCHNY <szy@opencascade.com>
4-- Copyright: Open CasCade S.A. 2004
5
6package BinMPrsStd
7
8 ---Purpose:
9
10uses
11 BinObjMgt,
12 TDF,
13 BinMDF,
14 CDM
15is
16 ---Purpose: Storage-Retrieval drivers for graphic attributes from
17 -- TPrsStd
18
19 class AISPresentationDriver;
20
21 class PositionDriver;
22
23 AddDrivers(theDriverTable : ADriverTable from BinMDF;
24 theMessageDriver : MessageDriver from CDM);
25 ---Purpose: Adds the attribute storage-retrieval driver to <theDriverTable>.
26
27end BinMPrsStd;