//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, C2_IssueOwnerDelegate Filename: C2_IssueOwnerDelegate.hxx Module: CPA0capadatamodel @BMIDE autogenerated ==================================================================================================*/ #ifndef CAPADATAMODEL__C2_ISSUEOWNERDELEGATE_HXX #define CAPADATAMODEL__C2_ISSUEOWNERDELEGATE_HXX #include #include #include namespace capadatamodel { class C2_IssueOwnerDelegate; } namespace capadatamodel { class C2_IssueOwnerImpl; } namespace capadatamodel { class C2_IssueOwner; } namespace capadatamodel { class C2_IssueOwnerGenImpl; } namespace capadatamodel_alias = ::capadatamodel; class CPA0CAPADATAMODEL_API capadatamodel_alias::C2_IssueOwnerDelegate { public: // Method to initialize this Class static int initializeClass(); // Method to get the C2_IssueOwnerDelegate instance static C2_IssueOwnerDelegate& getInstance(); // Method to create the C2_IssueOwnerImpl pointer static C2_IssueOwnerImpl* createImpl( C2_IssueOwner& ifObj ); // Method to delete the C2_IssueOwnerImpl pointer static void deleteImpl( C2_IssueOwnerImpl* impl ); protected: // Pointer to the instance static C2_IssueOwnerDelegate* m_pInstance; C2_IssueOwnerDelegate(); virtual ~C2_IssueOwnerDelegate(); static void setInstance( C2_IssueOwnerDelegate* instance ); private: friend class ::capadatamodel::C2_IssueOwnerGenImpl; }; #include #endif // CAPADATAMODEL__C2_ISSUEOWNERDELEGATE_HXX