0031668: Visualization - WebGL sample doesn't work on Emscripten 1.39
[occt.git] / src / XmlMXCAFDoc / XmlMXCAFDoc_NoteBinDataDriver.hxx
1 // Created on: 2017-02-14
2 // Created by: Sergey NIKONOV
3 // Copyright (c) 2008-2017 OPEN CASCADE SAS
4 //
5 // This file is part of Open CASCADE Technology software library.
6 //
7 // This library is free software; you can redistribute it and/or modify it under
8 // the terms of the GNU Lesser General Public License version 2.1 as published
9 // by the Free Software Foundation, with special exception defined in the file
10 // OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT
11 // distribution for complete text of the license and disclaimer of any warranty.
12 //
13 // Alternatively, this file may be used under the terms of Open CASCADE
14 // commercial license or contractual agreement.
15
16 #ifndef _XmlMXCAFDoc_NoteBinDataDriver_HeaderFile
17 #define _XmlMXCAFDoc_NoteBinDataDriver_HeaderFile
18
19 #include <XmlMXCAFDoc_NoteDriver.hxx>
20
21 class XmlMXCAFDoc_NoteBinDataDriver;
22 DEFINE_STANDARD_HANDLE(XmlMXCAFDoc_NoteBinDataDriver, XmlMXCAFDoc_NoteDriver)
23
24 //! Attribute Driver.
25 class XmlMXCAFDoc_NoteBinDataDriver : public XmlMXCAFDoc_NoteDriver
26 {
27 public:
28
29   Standard_EXPORT XmlMXCAFDoc_NoteBinDataDriver(const Handle(Message_Messenger)& theMessageDriver);
30
31   Standard_EXPORT Handle(TDF_Attribute) NewEmpty() const Standard_OVERRIDE;
32
33   Standard_EXPORT Standard_Boolean Paste(const XmlObjMgt_Persistent&  theSource,
34                                          const Handle(TDF_Attribute)& theTarget,
35                                          XmlObjMgt_RRelocationTable&  theRelocTable) const Standard_OVERRIDE;
36
37   Standard_EXPORT void Paste(const Handle(TDF_Attribute)& theSource,
38                              XmlObjMgt_Persistent&        theTarget,
39                              XmlObjMgt_SRelocationTable&  theRelocTable) const Standard_OVERRIDE;
40
41   DEFINE_STANDARD_RTTIEXT(XmlMXCAFDoc_NoteBinDataDriver, XmlMXCAFDoc_NoteDriver)
42
43 };
44
45 #endif // _XmlMXCAFDoc_NoteBinDataDriver_HeaderFile