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