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