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