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