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