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