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