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