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