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