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