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