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