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