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