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