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