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