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