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