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