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