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