// 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 _PMMgt_PManaged_HeaderFile #define _PMMgt_PManaged_HeaderFile #ifndef _Standard_Macro_HeaderFile #include #endif #ifndef _Standard_DefineHandle_HeaderFile #include #endif #ifndef _Standard_HeaderFile #include #endif #ifndef _Handle_PMMgt_PManaged_HeaderFile #include #endif #ifndef _Standard_Persistent_HeaderFile #include #endif class Standard_OutOfMemory; class PMMgt_PManaged : public Standard_Persistent { public: PMMgt_PManaged(const Storage_stCONSTclCOM& a) : Standard_Persistent(a) { } DEFINE_STANDARD_RTTI(PMMgt_PManaged) protected: //! Returns an instance. The storage of the given "size" is
//! allocated by .
//! Returns the storage of the given size to the .
//! The application using "Delete" must guarantee that the
//! instance is not shared.
//! The virtual Destructor for the class "PManaged". This
//! declaration is necessary for the C++ compiler to
//! generate a call to "operator delete" with the real size
//! of the object.
Standard_EXPORT PMMgt_PManaged(); private: }; // other Inline functions and methods (like "C++: function call" methods) #endif