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