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