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