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