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