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