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