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