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