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