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