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