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