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