Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-01-18 10:03:00

0001 // Created on: 2004-11-24
0002 // Created by: Michael SAZONOV
0003 // Copyright (c) 2004-2014 OPEN CASCADE SAS
0004 //
0005 // This file is part of Open CASCADE Technology software library.
0006 //
0007 // This library is free software; you can redistribute it and/or modify it under
0008 // the terms of the GNU Lesser General Public License version 2.1 as published
0009 // by the Free Software Foundation, with special exception defined in the file
0010 // OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT
0011 // distribution for complete text of the license and disclaimer of any warranty.
0012 //
0013 // Alternatively, this file may be used under the terms of Open CASCADE
0014 // commercial license or contractual agreement.
0015 
0016 // The original implementation Copyright: (C) RINA S.p.A
0017 
0018 #ifndef BinTObjDrivers_DocumentStorageDriver_HeaderFile
0019 #define BinTObjDrivers_DocumentStorageDriver_HeaderFile
0020 
0021 #include <BinLDrivers_DocumentStorageDriver.hxx>
0022 #include <BinMDF_ADriverTable.hxx>
0023 
0024 
0025 //  Block of comments describing class BinTObjDrivers_DocumentStorageDriver
0026 //
0027 
0028 class BinTObjDrivers_DocumentStorageDriver :
0029   public BinLDrivers_DocumentStorageDriver
0030 {
0031  public:
0032   // ---------- PUBLIC METHODS ----------
0033 
0034   Standard_EXPORT BinTObjDrivers_DocumentStorageDriver();
0035   // Constructor
0036 
0037   Standard_EXPORT virtual Handle(BinMDF_ADriverTable) AttributeDrivers
0038                         (const Handle(Message_Messenger)& theMsgDriver) Standard_OVERRIDE;
0039 
0040  public:
0041   // Declaration of CASCADE RTTI
0042   DEFINE_STANDARD_RTTIEXT(BinTObjDrivers_DocumentStorageDriver,BinLDrivers_DocumentStorageDriver)
0043 };
0044 
0045 // Definition of HANDLE object using Standard_DefineHandle.hxx
0046 DEFINE_STANDARD_HANDLE (BinTObjDrivers_DocumentStorageDriver,
0047                         BinLDrivers_DocumentStorageDriver)
0048 
0049 #endif
0050 
0051 #ifdef _MSC_VER
0052 #pragma once
0053 #endif