//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, Rlz0PopulateInstantiationDispatch Filename: Rlz0PopulateInstantiationDispatch.hxx Module: realizationdispatch @BMIDE autogenerated ==================================================================================================*/ #ifndef TEAMCENTER__REALIZATION__RLZ0POPULATEINSTANTIATIONDISPATCH_HXX #define TEAMCENTER__REALIZATION__RLZ0POPULATEINSTANTIATIONDISPATCH_HXX #include #include #include #include #include #include namespace Teamcenter { namespace Realization { class Rlz0PopulateInstantiationDispatch; } } namespace Teamcenter { namespace Realization { class Rlz0PopulateInstantiationDelegate; } } namespace Teamcenter { class BusinessObjectImpl; } class REALIZATIONDISPATCH_API Teamcenter::Realization::Rlz0PopulateInstantiationDispatch : public Teamcenter::Realization::Rlz0PopulateInstantiationDelegate { public: // Method to initialize this Class static int initializeClass(); // Method to get the Rlz0PopulateInstantiationDispatch instance static Rlz0PopulateInstantiationDispatch& getInstance(); private: // Pointer to the dispatch instance static Rlz0PopulateInstantiationDispatch* m_dispatch; // Default Constructor Rlz0PopulateInstantiationDispatch(); // Default Destructor virtual ~Rlz0PopulateInstantiationDispatch(); // Constructor Method static ::Teamcenter::RootObject* constructor(); // Copy Constructor for a Rlz0PopulateInstantiationDispatch Rlz0PopulateInstantiationDispatch( const Rlz0PopulateInstantiationDispatch& ); // Assignment operator Rlz0PopulateInstantiationDispatch& operator = ( const Rlz0PopulateInstantiationDispatch& ); // friend friend void ::Teamcenter::Realization::initializerealizationInternal(); friend void ::Teamcenter::Realization::initializerealizationExtenders(); friend class Teamcenter::Realization::Rlz0PopulateInstantiationDelegate; }; #include #endif // TEAMCENTER__REALIZATION__RLZ0POPULATEINSTANTIATIONDISPATCH_HXX