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