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