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