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