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