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