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