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