//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, ContactInCompanyDelegate Filename: ContactInCompanyDelegate.hxx Module: tc @BMIDE autogenerated ==================================================================================================*/ #ifndef TEAMCENTER__CONTACTINCOMPANYDELEGATE_HXX #define TEAMCENTER__CONTACTINCOMPANYDELEGATE_HXX #include #include #include namespace Teamcenter { class ContactInCompanyDelegate; } namespace Teamcenter { class ContactInCompanyImpl; } namespace Teamcenter { class ContactInCompany; } namespace Teamcenter { class ContactInCompanyGenImpl; } namespace Teamcenter_alias = ::Teamcenter; class TC_API Teamcenter_alias::ContactInCompanyDelegate { public: // Method to initialize this Class static int initializeClass(); // Method to get the ContactInCompanyDelegate instance static ContactInCompanyDelegate& getInstance(); // Method to create the ContactInCompanyImpl pointer static ContactInCompanyImpl* createImpl( ContactInCompany& ifObj ); // Method to delete the ContactInCompanyImpl pointer static void deleteImpl( ContactInCompanyImpl* impl ); protected: // Pointer to the instance static ContactInCompanyDelegate* m_pInstance; ContactInCompanyDelegate(); virtual ~ContactInCompanyDelegate(); static void setInstance( ContactInCompanyDelegate* instance ); private: friend class ::Teamcenter::ContactInCompanyGenImpl; }; #include #endif // TEAMCENTER__CONTACTINCOMPANYDELEGATE_HXX