Back to home page

EIC code displayed by LXR

 
 

    


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_DocumentRetrievalDriver_HeaderFile
0019 #define XmlTObjDrivers_DocumentRetrievalDriver_HeaderFile
0020 
0021 #include <XmlLDrivers_DocumentRetrievalDriver.hxx>
0022 #include <XmlMDF_ADriverTable.hxx>
0023 
0024 
0025 // Retrieval driver of a TObj XML document
0026 //
0027 
0028 class XmlTObjDrivers_DocumentRetrievalDriver :
0029   public XmlLDrivers_DocumentRetrievalDriver
0030 {
0031  public:
0032   // ---------- PUBLIC METHODS ----------
0033 
0034   Standard_EXPORT XmlTObjDrivers_DocumentRetrievalDriver ();
0035   // Constructor
0036 
0037   Standard_EXPORT virtual Handle(XmlMDF_ADriverTable) AttributeDrivers
0038                         (const Handle(Message_Messenger)& theMsgDriver) Standard_OVERRIDE;
0039 
0040  public:
0041   // Declaration of CASCADE RTTI
0042   DEFINE_STANDARD_RTTIEXT(XmlTObjDrivers_DocumentRetrievalDriver,XmlLDrivers_DocumentRetrievalDriver)
0043 };
0044 
0045 // Definition of HANDLE object using Standard_DefineHandle.hxx
0046 DEFINE_STANDARD_HANDLE (XmlTObjDrivers_DocumentRetrievalDriver,
0047                         XmlLDrivers_DocumentRetrievalDriver)
0048 
0049 #endif
0050 
0051 #ifdef _MSC_VER
0052 #pragma once
0053 #endif