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