Integration of OCCT 6.5.0 from SVN
[occt.git] / src / BinMDocStd / BinMDocStd.cxx
CommitLineData
7fd59977 1// File: BinMDocStd.cxx
2// Created: Thu May 13 16:37:25 2004
3// Author: Sergey ZARITCHNY <szy@opencascade.com>
4// Copyright: Open CasCade S.A. 2004
5
6#include <BinMDocStd.ixx>
7#include <BinMDF_ADriverTable.hxx>
8#include <CDM_MessageDriver.hxx>
9#include <BinMDocStd_XLinkDriver.hxx>
10
11//=======================================================================
12//function : AddDrivers
13//purpose :
14//=======================================================================
15
16void BinMDocStd::AddDrivers (const Handle(BinMDF_ADriverTable)& theDriverTable,
17 const Handle(CDM_MessageDriver)& theMsgDriver)
18{
19 theDriverTable->AddDriver (new BinMDocStd_XLinkDriver (theMsgDriver) );
20
21}