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