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