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