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