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