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