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