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