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