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