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