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