summaryrefslogtreecommitdiff
path: root/inc/Storage_CallBack.hxx
blob: ca5bde967f5cd71a42825d68c8a063d7d87bdfc8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
// This file is generated by WOK (CPPExt).
// Please do not edit this file; modify original file instead.
// The copyright and license terms as defined for the original file apply to 
// this header file considered to be the "object code" form of the original source.

#ifndef _Storage_CallBack_HeaderFile
#define _Storage_CallBack_HeaderFile

#ifndef _Standard_HeaderFile
#include <Standard.hxx>
#endif
#ifndef _Standard_DefineHandle_HeaderFile
#include <Standard_DefineHandle.hxx>
#endif
#ifndef _Handle_Storage_CallBack_HeaderFile
#include <Handle_Storage_CallBack.hxx>
#endif

#ifndef _MMgt_TShared_HeaderFile
#include <MMgt_TShared.hxx>
#endif
#ifndef _Handle_Standard_Persistent_HeaderFile
#include <Handle_Standard_Persistent.hxx>
#endif
#ifndef _Handle_Storage_Schema_HeaderFile
#include <Handle_Storage_Schema.hxx>
#endif
class Standard_Persistent;
class Storage_Schema;
class Storage_BaseDriver;



class Storage_CallBack : public MMgt_TShared {

public:

  
  Standard_EXPORT   virtual  Handle_Standard_Persistent New() const = 0;
  
  Standard_EXPORT   virtual  void Add(const Handle(Standard_Persistent)& aPers,const Handle(Storage_Schema)& aSchema) const = 0;
  
  Standard_EXPORT   virtual  void Write(const Handle(Standard_Persistent)& aPers,Storage_BaseDriver& aDriver,const Handle(Storage_Schema)& aSchema) const = 0;
  
  Standard_EXPORT   virtual  void Read(const Handle(Standard_Persistent)& aPers,Storage_BaseDriver& aDriver,const Handle(Storage_Schema)& aSchema) const = 0;




  DEFINE_STANDARD_RTTI(Storage_CallBack)

protected:




private: 




};





// other Inline functions and methods (like "C++: function call" methods)


#endif