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