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