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