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