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