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