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