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