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