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