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