mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-09-08 14:17:06 +03:00
Integration of OCCT 6.5.0 from SVN
This commit is contained in:
44
src/BinTObjDrivers/BinTObjDrivers_DocumentStorageDriver.hxx
Executable file
44
src/BinTObjDrivers/BinTObjDrivers_DocumentStorageDriver.hxx
Executable file
@@ -0,0 +1,44 @@
|
||||
// File: BinTObjDrivers_DocumentStorageDriver.hxx
|
||||
// Created: 24.11.04 11:25:26
|
||||
// Author: Michael SAZONOV
|
||||
// Copyright: Open CASCADE 2007
|
||||
// The original implementation Copyright: (C) RINA S.p.A
|
||||
|
||||
#ifndef BinTObjDrivers_DocumentStorageDriver_HeaderFile
|
||||
#define BinTObjDrivers_DocumentStorageDriver_HeaderFile
|
||||
|
||||
#include <TObj_Common.hxx>
|
||||
#include <BinLDrivers_DocumentStorageDriver.hxx>
|
||||
#include <Handle_BinMDF_ADriverTable.hxx>
|
||||
|
||||
class Handle(CDM_MessageDriver);
|
||||
|
||||
// Block of comments describing class BinTObjDrivers_DocumentStorageDriver
|
||||
//
|
||||
|
||||
class BinTObjDrivers_DocumentStorageDriver :
|
||||
public BinLDrivers_DocumentStorageDriver
|
||||
{
|
||||
public:
|
||||
// ---------- PUBLIC METHODS ----------
|
||||
|
||||
Standard_EXPORT BinTObjDrivers_DocumentStorageDriver();
|
||||
// Constructor
|
||||
|
||||
Standard_EXPORT virtual Handle(BinMDF_ADriverTable) AttributeDrivers
|
||||
(const Handle(CDM_MessageDriver)& theMsgDriver);
|
||||
|
||||
public:
|
||||
// Declaration of CASCADE RTTI
|
||||
DEFINE_STANDARD_RTTI (BinTObjDrivers_DocumentStorageDriver)
|
||||
};
|
||||
|
||||
// Definition of HANDLE object using Standard_DefineHandle.hxx
|
||||
DEFINE_STANDARD_HANDLE (BinTObjDrivers_DocumentStorageDriver,
|
||||
BinLDrivers_DocumentStorageDriver)
|
||||
|
||||
#endif
|
||||
|
||||
#ifdef _MSC_VER
|
||||
#pragma once
|
||||
#endif
|
Reference in New Issue
Block a user