Warning, file /include/opencascade/XmlTObjDrivers_DocumentStorageDriver.hxx was not indexed
or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).
0001
0002
0003
0004
0005
0006
0007
0008
0009
0010
0011
0012
0013
0014
0015
0016
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
0026
0027
0028 class XmlTObjDrivers_DocumentStorageDriver :
0029 public XmlLDrivers_DocumentStorageDriver
0030 {
0031 public:
0032
0033
0034 Standard_EXPORT XmlTObjDrivers_DocumentStorageDriver
0035 (const TCollection_ExtendedString& theCopyright);
0036
0037
0038 Standard_EXPORT virtual Handle(XmlMDF_ADriverTable) AttributeDrivers
0039 (const Handle(Message_Messenger)& theMsgDriver) Standard_OVERRIDE;
0040
0041 public:
0042
0043 DEFINE_STANDARD_RTTIEXT(XmlTObjDrivers_DocumentStorageDriver,XmlLDrivers_DocumentStorageDriver)
0044 };
0045
0046
0047 DEFINE_STANDARD_HANDLE (XmlTObjDrivers_DocumentStorageDriver,
0048 XmlLDrivers_DocumentStorageDriver)
0049
0050 #endif
0051
0052 #ifdef _MSC_VER
0053 #pragma once
0054 #endif