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