//Copyright 2020 Siemens Digital Industries Software //================================================== //Copyright $2020. //Siemens Product Lifecycle Management Software Inc. //All Rights Reserved. //================================================== //Copyright 2020 Siemens Digital Industries Software /*================================================================================================== File description: This file contains the declaration for the Business Object, Mdc0ModelToModelLinkDelegate Filename: Mdc0ModelToModelLinkDelegate.hxx Module: Mdc0mdc @BMIDE autogenerated ==================================================================================================*/ #ifndef TEAMCENTER__MDCONNECTIVITY__MDC0MODELTOMODELLINKDELEGATE_HXX #define TEAMCENTER__MDCONNECTIVITY__MDC0MODELTOMODELLINKDELEGATE_HXX #include #include #include namespace Teamcenter { namespace mdconnectivity { class Mdc0ModelToModelLinkDelegate; } } namespace Teamcenter { namespace mdconnectivity { class Mdc0ModelToModelLinkImpl; } } namespace Teamcenter { namespace mdconnectivity { class Mdc0ModelToModelLink; } } namespace Teamcenter { namespace mdconnectivity { class Mdc0ModelToModelLinkGenImpl; } } namespace Teamcenter_alias = ::Teamcenter; class MDC0MDC_API Teamcenter_alias::mdconnectivity::Mdc0ModelToModelLinkDelegate { public: // Method to initialize this Class static int initializeClass(); // Method to get the Mdc0ModelToModelLinkDelegate instance static Mdc0ModelToModelLinkDelegate& getInstance(); // Method to create the Mdc0ModelToModelLinkImpl pointer static Mdc0ModelToModelLinkImpl* createImpl( Mdc0ModelToModelLink& ifObj ); // Method to delete the Mdc0ModelToModelLinkImpl pointer static void deleteImpl( Mdc0ModelToModelLinkImpl* impl ); protected: // Pointer to the instance static Mdc0ModelToModelLinkDelegate* m_pInstance; Mdc0ModelToModelLinkDelegate(); virtual ~Mdc0ModelToModelLinkDelegate(); static void setInstance( Mdc0ModelToModelLinkDelegate* instance ); private: friend class ::Teamcenter::mdconnectivity::Mdc0ModelToModelLinkGenImpl; }; #include #endif // TEAMCENTER__MDCONNECTIVITY__MDC0MODELTOMODELLINKDELEGATE_HXX