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