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