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