summaryrefslogtreecommitdiff
path: root/inc/CDF_MetaDataDriverFactory.hxx
blob: a83b1b0cef29ed17538e208f09b15677a8790b2d (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
// 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 _CDF_MetaDataDriverFactory_HeaderFile
#define _CDF_MetaDataDriverFactory_HeaderFile

#ifndef _Standard_HeaderFile
#include <Standard.hxx>
#endif
#ifndef _Standard_DefineHandle_HeaderFile
#include <Standard_DefineHandle.hxx>
#endif
#ifndef _Handle_CDF_MetaDataDriverFactory_HeaderFile
#include <Handle_CDF_MetaDataDriverFactory.hxx>
#endif

#ifndef _Standard_Transient_HeaderFile
#include <Standard_Transient.hxx>
#endif
#ifndef _Handle_CDF_MetaDataDriver_HeaderFile
#include <Handle_CDF_MetaDataDriver.hxx>
#endif
class CDF_MetaDataDriver;



class CDF_MetaDataDriverFactory : public Standard_Transient {

public:

  
  Standard_EXPORT   virtual  Handle_CDF_MetaDataDriver Build() const = 0;




  DEFINE_STANDARD_RTTI(CDF_MetaDataDriverFactory)

protected:




private: 




};





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


#endif