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