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