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