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