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