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