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