//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, Adc0ChangeNoticeDispatch Filename: Adc0ChangeNoticeDispatch.hxx Module: adschangemanagementdispatch @BMIDE autogenerated ==================================================================================================*/ #ifndef TEAMCENTER__ADSCHANGEMANAGEMENT__ADC0CHANGENOTICEDISPATCH_HXX #define TEAMCENTER__ADSCHANGEMANAGEMENT__ADC0CHANGENOTICEDISPATCH_HXX #include #include #include #include #include #include namespace Teamcenter { namespace adschangemanagement { class Adc0ChangeNoticeDispatch; } } namespace Teamcenter { namespace adschangemanagement { class Adc0ChangeNoticeDelegate; } } namespace Teamcenter { class BusinessObjectImpl; } class ADSCHANGEMANAGEMENTDISPATCH_API Teamcenter::adschangemanagement::Adc0ChangeNoticeDispatch : public Teamcenter::adschangemanagement::Adc0ChangeNoticeDelegate { public: // Method to initialize this Class static int initializeClass(); // Method to get the Adc0ChangeNoticeDispatch instance static Adc0ChangeNoticeDispatch& getInstance(); private: // Pointer to the dispatch instance static Adc0ChangeNoticeDispatch* m_dispatch; // Default Constructor Adc0ChangeNoticeDispatch(); // Default Destructor virtual ~Adc0ChangeNoticeDispatch(); // Constructor Method static ::Teamcenter::RootObject* constructor(); // Copy Constructor for a Adc0ChangeNoticeDispatch Adc0ChangeNoticeDispatch( const Adc0ChangeNoticeDispatch& ); // Assignment operator Adc0ChangeNoticeDispatch& operator = ( const Adc0ChangeNoticeDispatch& ); // friend friend void ::Teamcenter::adschangemanagement::initializeadschangemanagementInternal(); friend void ::Teamcenter::adschangemanagement::initializeadschangemanagementExtenders(); friend class Teamcenter::adschangemanagement::Adc0ChangeNoticeDelegate; }; #include #endif // TEAMCENTER__ADSCHANGEMANAGEMENT__ADC0CHANGENOTICEDISPATCH_HXX