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