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