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