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