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