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