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