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