// 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 _ObjMgt_ExternShareable_HeaderFile #define _ObjMgt_ExternShareable_HeaderFile #ifndef _Standard_Macro_HeaderFile #include #endif #ifndef _Standard_DefineHandle_HeaderFile #include #endif #ifndef _Standard_HeaderFile #include #endif #ifndef _Handle_ObjMgt_ExternShareable_HeaderFile #include #endif #ifndef _Handle_PCollection_HAsciiString_HeaderFile #include #endif #ifndef _Standard_Persistent_HeaderFile #include #endif class PCollection_HAsciiString; class ObjMgt_ExternShareable : public Standard_Persistent { public: ObjMgt_ExternShareable( ) { } ObjMgt_ExternShareable(const Storage_stCONSTclCOM& a) : Standard_Persistent(a) { } Handle(PCollection_HAsciiString) _CSFDB_GetObjMgt_ExternShareablemyEntry() const { return myEntry; } void _CSFDB_SetObjMgt_ExternShareablemyEntry(const Handle(PCollection_HAsciiString)& p) { myEntry = p; } DEFINE_STANDARD_RTTI(ObjMgt_ExternShareable) protected: private: Handle_PCollection_HAsciiString myEntry; }; // other Inline functions and methods (like "C++: function call" methods) #endif