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