//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, Prg1AbsReuseTargetElementDelegate Filename: Prg1AbsReuseTargetElementDelegate.hxx Module: prg1programplanningapp @BMIDE autogenerated ==================================================================================================*/ #ifndef PRG1PROGRAMPLANNINGAPP__PRG1ABSREUSETARGETELEMENTDELEGATE_HXX #define PRG1PROGRAMPLANNINGAPP__PRG1ABSREUSETARGETELEMENTDELEGATE_HXX #include #include #include namespace Prg1ProgramPlanningApp { class Prg1AbsReuseTargetElementDelegate; } namespace Prg1ProgramPlanningApp { class Prg1AbsReuseTargetElementImpl; } namespace Prg1ProgramPlanningApp { class Prg1AbsReuseTargetElement; } namespace Prg1ProgramPlanningApp { class Prg1AbsReuseTargetElementGenImpl; } namespace Prg1ProgramPlanningApp_alias = ::Prg1ProgramPlanningApp; class PRG1PROGRAMPLANNINGAPP_API Prg1ProgramPlanningApp_alias::Prg1AbsReuseTargetElementDelegate { public: // Method to initialize this Class static int initializeClass(); // Method to get the Prg1AbsReuseTargetElementDelegate instance static Prg1AbsReuseTargetElementDelegate& getInstance(); // Method to create the Prg1AbsReuseTargetElementImpl pointer static Prg1AbsReuseTargetElementImpl* createImpl( Prg1AbsReuseTargetElement& ifObj ); // Method to delete the Prg1AbsReuseTargetElementImpl pointer static void deleteImpl( Prg1AbsReuseTargetElementImpl* impl ); protected: // Pointer to the instance static Prg1AbsReuseTargetElementDelegate* m_pInstance; Prg1AbsReuseTargetElementDelegate(); virtual ~Prg1AbsReuseTargetElementDelegate(); static void setInstance( Prg1AbsReuseTargetElementDelegate* instance ); private: friend class ::Prg1ProgramPlanningApp::Prg1AbsReuseTargetElementGenImpl; }; #include #endif // PRG1PROGRAMPLANNINGAPP__PRG1ABSREUSETARGETELEMENTDELEGATE_HXX