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