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