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