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