//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, Mdl0SearchCursorDelegate Filename: Mdl0SearchCursorDelegate.hxx Module: mdl0model @BMIDE autogenerated ==================================================================================================*/ #ifndef TEAMCENTER__APPMODEL__MDL0SEARCHCURSORDELEGATE_HXX #define TEAMCENTER__APPMODEL__MDL0SEARCHCURSORDELEGATE_HXX #include #include #include namespace Teamcenter { namespace AppModel { class Mdl0SearchCursorDelegate; } } namespace Teamcenter { namespace AppModel { class Mdl0SearchCursorImpl; } } namespace Teamcenter { namespace AppModel { class Mdl0SearchCursor; } } namespace Teamcenter { namespace AppModel { class Mdl0SearchCursorGenImpl; } } namespace Teamcenter_alias = ::Teamcenter; class MDL0MODEL_API Teamcenter_alias::AppModel::Mdl0SearchCursorDelegate { public: // Method to initialize this Class static int initializeClass(); // Method to get the Mdl0SearchCursorDelegate instance static Mdl0SearchCursorDelegate& getInstance(); // Method to create the Mdl0SearchCursorImpl pointer static Mdl0SearchCursorImpl* createImpl( Mdl0SearchCursor& ifObj ); // Method to delete the Mdl0SearchCursorImpl pointer static void deleteImpl( Mdl0SearchCursorImpl* impl ); protected: // Pointer to the instance static Mdl0SearchCursorDelegate* m_pInstance; Mdl0SearchCursorDelegate(); virtual ~Mdl0SearchCursorDelegate(); static void setInstance( Mdl0SearchCursorDelegate* instance ); private: friend class ::Teamcenter::AppModel::Mdl0SearchCursorGenImpl; }; #include #endif // TEAMCENTER__APPMODEL__MDL0SEARCHCURSORDELEGATE_HXX