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