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