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