// 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 #endif #ifndef _Standard_DefineHandle_HeaderFile #include #endif #ifndef _Handle_Storage_CallBack_HeaderFile #include #endif #ifndef _MMgt_TShared_HeaderFile #include #endif #ifndef _Handle_Standard_Persistent_HeaderFile #include #endif #ifndef _Handle_Storage_Schema_HeaderFile #include #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