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