f4d9856d5bbbf65c29db4d540653ca8b3595e95b
[occt.git] / src / BinTObjDrivers / BinTObjDrivers_DocumentRetrievalDriver.hxx
1 // Created on: 2004-11-24
2 // Created by: Michael SAZONOV
3 // Copyright (c) 2004-2014 OPEN CASCADE SAS
4 //
5 // This file is part of Open CASCADE Technology software library.
6 //
7 // This library is free software; you can redistribute it and/or modify it under
8 // the terms of the GNU Lesser General Public License version 2.1 as published
9 // by the Free Software Foundation, with special exception defined in the file
10 // OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT
11 // distribution for complete text of the license and disclaimer of any warranty.
12 //
13 // Alternatively, this file may be used under the terms of Open CASCADE
14 // commercial license or contractual agreement.
15
16 // The original implementation Copyright: (C) RINA S.p.A
17
18 #ifndef BinTObjDrivers_DocumentRetrievalDriver_HeaderFile
19 #define BinTObjDrivers_DocumentRetrievalDriver_HeaderFile
20
21 #include <TObj_Common.hxx>
22 #include <BinLDrivers_DocumentRetrievalDriver.hxx>
23 #include <Handle_BinMDF_ADriverTable.hxx>
24
25 class Handle(CDM_MessageDriver);
26
27 // Retrieval driver of a TObj Bin document
28 //
29
30 class BinTObjDrivers_DocumentRetrievalDriver :
31   public BinLDrivers_DocumentRetrievalDriver
32 {
33  public:
34   // ---------- PUBLIC METHODS ----------
35
36   Standard_EXPORT BinTObjDrivers_DocumentRetrievalDriver ();
37   // Constructor
38
39   Standard_EXPORT virtual Handle(BinMDF_ADriverTable) AttributeDrivers
40                         (const Handle(CDM_MessageDriver)& theMsgDriver);
41
42  public:
43   // Declaration of CASCADE RTTI
44   DEFINE_STANDARD_RTTI (BinTObjDrivers_DocumentRetrievalDriver)
45 };
46
47 // Definition of HANDLE object using Standard_DefineHandle.hxx
48 DEFINE_STANDARD_HANDLE (BinTObjDrivers_DocumentRetrievalDriver,
49                         BinLDrivers_DocumentRetrievalDriver)
50
51 #endif
52
53 #ifdef _MSC_VER
54 #pragma once
55 #endif