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