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