|
||||
File indexing completed on 2025-01-18 10:05:36
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 XmlTObjDrivers_DocumentStorageDriver_HeaderFile 0019 #define XmlTObjDrivers_DocumentStorageDriver_HeaderFile 0020 0021 #include <XmlLDrivers_DocumentStorageDriver.hxx> 0022 #include <XmlMDF_ADriverTable.hxx> 0023 0024 0025 // Block of comments describing class XmlTObjDrivers_DocumentStorageDriver 0026 // 0027 0028 class XmlTObjDrivers_DocumentStorageDriver : 0029 public XmlLDrivers_DocumentStorageDriver 0030 { 0031 public: 0032 // ---------- PUBLIC METHODS ---------- 0033 0034 Standard_EXPORT XmlTObjDrivers_DocumentStorageDriver 0035 (const TCollection_ExtendedString& theCopyright); 0036 // Constructor 0037 0038 Standard_EXPORT virtual Handle(XmlMDF_ADriverTable) AttributeDrivers 0039 (const Handle(Message_Messenger)& theMsgDriver) Standard_OVERRIDE; 0040 0041 public: 0042 // Declaration of CASCADE RTTI 0043 DEFINE_STANDARD_RTTIEXT(XmlTObjDrivers_DocumentStorageDriver,XmlLDrivers_DocumentStorageDriver) 0044 }; 0045 0046 // Definition of HANDLE object using Standard_DefineHandle.hxx 0047 DEFINE_STANDARD_HANDLE (XmlTObjDrivers_DocumentStorageDriver, 0048 XmlLDrivers_DocumentStorageDriver) 0049 0050 #endif 0051 0052 #ifdef _MSC_VER 0053 #pragma once 0054 #endif
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |