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