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