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