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