//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, Mdc0RelationMapDelegate Filename: Mdc0RelationMapDelegate.hxx Module: Mdc0mdc @BMIDE autogenerated ==================================================================================================*/ #ifndef TEAMCENTER__MDCONNECTIVITY__MDC0RELATIONMAPDELEGATE_HXX #define TEAMCENTER__MDCONNECTIVITY__MDC0RELATIONMAPDELEGATE_HXX #include #include #include namespace Teamcenter { namespace mdconnectivity { class Mdc0RelationMapDelegate; } } namespace Teamcenter { namespace mdconnectivity { class Mdc0RelationMapImpl; } } namespace Teamcenter { namespace mdconnectivity { class Mdc0RelationMap; } } namespace Teamcenter { namespace mdconnectivity { class Mdc0RelationMapGenImpl; } } namespace Teamcenter_alias = ::Teamcenter; class MDC0MDC_API Teamcenter_alias::mdconnectivity::Mdc0RelationMapDelegate { public: // Method to initialize this Class static int initializeClass(); // Method to get the Mdc0RelationMapDelegate instance static Mdc0RelationMapDelegate& getInstance(); // Method to create the Mdc0RelationMapImpl pointer static Mdc0RelationMapImpl* createImpl( Mdc0RelationMap& ifObj ); // Method to delete the Mdc0RelationMapImpl pointer static void deleteImpl( Mdc0RelationMapImpl* impl ); protected: // Pointer to the instance static Mdc0RelationMapDelegate* m_pInstance; Mdc0RelationMapDelegate(); virtual ~Mdc0RelationMapDelegate(); static void setInstance( Mdc0RelationMapDelegate* instance ); private: friend class ::Teamcenter::mdconnectivity::Mdc0RelationMapGenImpl; }; #include #endif // TEAMCENTER__MDCONNECTIVITY__MDC0RELATIONMAPDELEGATE_HXX