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