//Copyright 2020 Siemens Digital Industries Software //================================================== //Copyright $2020. //Siemens Product Lifecycle Management Software Inc. //All Rights Reserved. //e //================================================== //Copyright 2020 Siemens Digital Industries Software /*================================================================================================== File description: This file contains the declaration for the Business Object, CPA0CorrectiveActionDelegate Filename: CPA0CorrectiveActionDelegate.hxx Module: CPA0capadatamodel @BMIDE autogenerated ==================================================================================================*/ #ifndef CAPADATAMODEL__CPA0CORRECTIVEACTIONDELEGATE_HXX #define CAPADATAMODEL__CPA0CORRECTIVEACTIONDELEGATE_HXX #include #include #include namespace capadatamodel { class CPA0CorrectiveActionDelegate; } namespace capadatamodel { class CPA0CorrectiveActionImpl; } namespace capadatamodel { class CPA0CorrectiveAction; } namespace capadatamodel { class CPA0CorrectiveActionGenImpl; } namespace capadatamodel_alias = ::capadatamodel; class CPA0CAPADATAMODEL_API capadatamodel_alias::CPA0CorrectiveActionDelegate { public: // Method to initialize this Class static int initializeClass(); // Method to get the CPA0CorrectiveActionDelegate instance static CPA0CorrectiveActionDelegate& getInstance(); // Method to create the CPA0CorrectiveActionImpl pointer static CPA0CorrectiveActionImpl* createImpl( CPA0CorrectiveAction& ifObj ); // Method to delete the CPA0CorrectiveActionImpl pointer static void deleteImpl( CPA0CorrectiveActionImpl* impl ); protected: // Pointer to the instance static CPA0CorrectiveActionDelegate* m_pInstance; CPA0CorrectiveActionDelegate(); virtual ~CPA0CorrectiveActionDelegate(); static void setInstance( CPA0CorrectiveActionDelegate* instance ); private: friend class ::capadatamodel::CPA0CorrectiveActionGenImpl; }; #include #endif // CAPADATAMODEL__CPA0CORRECTIVEACTIONDELEGATE_HXX