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