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