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