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