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