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