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