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