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