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