// 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 _Interface_GlobalNodeOfGeneralLib_HeaderFile #define _Interface_GlobalNodeOfGeneralLib_HeaderFile #ifndef _Standard_HeaderFile #include #endif #ifndef _Standard_DefineHandle_HeaderFile #include #endif #ifndef _Handle_Interface_GlobalNodeOfGeneralLib_HeaderFile #include #endif #ifndef _Handle_Interface_GeneralModule_HeaderFile #include #endif #ifndef _Handle_Interface_Protocol_HeaderFile #include #endif #ifndef _Handle_Interface_GlobalNodeOfGeneralLib_HeaderFile #include #endif #ifndef _Standard_Transient_HeaderFile #include #endif #ifndef _Handle_Standard_Transient_HeaderFile #include #endif #ifndef _Handle_Interface_NodeOfGeneralLib_HeaderFile #include #endif class Interface_GeneralModule; class Interface_Protocol; class Standard_Transient; class Interface_GeneralLib; class Interface_NodeOfGeneralLib; class Interface_GlobalNodeOfGeneralLib : public Standard_Transient { public: Standard_EXPORT Interface_GlobalNodeOfGeneralLib(); Standard_EXPORT void Add(const Handle(Interface_GeneralModule)& amodule,const Handle(Interface_Protocol)& aprotocol) ; Standard_EXPORT const Handle_Interface_GeneralModule& Module() const; Standard_EXPORT const Handle_Interface_Protocol& Protocol() const; Standard_EXPORT const Handle_Interface_GlobalNodeOfGeneralLib& Next() const; DEFINE_STANDARD_RTTI(Interface_GlobalNodeOfGeneralLib) protected: private: Handle_Interface_GeneralModule themod; Handle_Interface_Protocol theprot; Handle_Interface_GlobalNodeOfGeneralLib thenext; }; // other Inline functions and methods (like "C++: function call" methods) #endif