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