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