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