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