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