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