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