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