0024624: Lost word in license statement in source files
[occt.git] / src / BinTObjDrivers / BinTObjDrivers_DocumentStorageDriver.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_DocumentStorageDriver_HeaderFile
19 #define BinTObjDrivers_DocumentStorageDriver_HeaderFile
20
21 #include <TObj_Common.hxx>
22 #include <BinLDrivers_DocumentStorageDriver.hxx>
23 #include <Handle_BinMDF_ADriverTable.hxx>
24
25 class Handle(CDM_MessageDriver);
26
27 //  Block of comments describing class BinTObjDrivers_DocumentStorageDriver
28 //
29
30 class BinTObjDrivers_DocumentStorageDriver :
31   public BinLDrivers_DocumentStorageDriver
32 {
33  public:
34   // ---------- PUBLIC METHODS ----------
35
36   Standard_EXPORT BinTObjDrivers_DocumentStorageDriver();
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_DocumentStorageDriver)
45 };
46
47 // Definition of HANDLE object using Standard_DefineHandle.hxx
48 DEFINE_STANDARD_HANDLE (BinTObjDrivers_DocumentStorageDriver,
49                         BinLDrivers_DocumentStorageDriver)
50
51 #endif
52
53 #ifdef _MSC_VER
54 #pragma once
55 #endif